X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fobject.py;h=dcff667f49aaf52d1a889d29e06e8cfdcb187156;hb=0a205e0153be49774ea297ead783c728db86dc0b;hp=c1a23fdf353c8657503221834884f0ec675075e0;hpb=693de5b44771598bc21be051855e4d06b0a8a933;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.