X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fstream.py;h=22ff0dfda14578532b9b62cca6dfcdebd4502428;hb=78288f581343ec033cc38898777fe43a02380719;hp=3d313cd5bfa3b1afc0f6f612af650e0f7f398f33;hpb=fca9fd7dfa103b71eb02ebc67ec92dd3f7d7b10d;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/stream.py b/bindings/python/bt2/bt2/stream.py index 3d313cd5..22ff0dfd 100644 --- a/bindings/python/bt2/bt2/stream.py +++ b/bindings/python/bt2/bt2/stream.py @@ -38,7 +38,7 @@ def _create_from_ptr(stream_ptr): return cls._create_from_ptr(stream_ptr) -class _StreamBase(object._Object): +class _StreamBase(object._SharedObject): @property def stream_class(self): stream_class_ptr = native_bt.stream_get_class(self._ptr)