X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fconnection.py;h=cb69ef5af79e5d68d52c7df88e6e3f9a9339ca46;hb=c7e5224bd55c9b9864f7e3a4e8d1a3df276ebc2b;hp=eb0c431627f852f728ef8a2637a74f980d5afb01;hpb=f0a42b33ac3951cd5cb2ee0f66ac04437a681621;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/connection.py b/src/bindings/python/bt2/bt2/connection.py index eb0c4316..cb69ef5a 100644 --- a/src/bindings/python/bt2/bt2/connection.py +++ b/src/bindings/python/bt2/bt2/connection.py @@ -25,7 +25,7 @@ from bt2 import port as bt2_port from bt2 import object as bt2_object -class _Connection(bt2_object._SharedObject): +class _ConnectionConst(bt2_object._SharedObject): _get_ref = staticmethod(native_bt.connection_get_ref) _put_ref = staticmethod(native_bt.connection_put_ref)