X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fobject.py;h=dcff667f49aaf52d1a889d29e06e8cfdcb187156;hb=HEAD;hp=c1a23fdf353c8657503221834884f0ec675075e0;hpb=e57959f4c84bbec191771a1598e270bfc19b6c7f;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/object.py b/src/bindings/python/bt2/bt2/object.py index c1a23fdf..dcff667f 100644 --- a/src/bindings/python/bt2/bt2/object.py +++ b/src/bindings/python/bt2/bt2/object.py @@ -45,7 +45,6 @@ class _BaseObject: class _UniqueObject(_BaseObject): - # Create a _UniqueObject. # # - ptr: SWIG Object, pointer to the unique object.