bt2: import public names into `__init__.py`
[babeltrace.git] / src / bindings / python / bt2 / bt2 / event.py
index c8a7d32074d258baf734992cb5a05b4314bda0c1..78179c5a91826285ef67ce48aebf3a69ce69ba14 100644 (file)
@@ -58,7 +58,7 @@ class _Event(object._UniqueObject):
     def stream(self):
         stream_ptr = native_bt.event_borrow_stream(self._ptr)
         assert stream_ptr is not None
-        return bt2._Stream._create_from_ptr_and_get_ref(stream_ptr)
+        return bt2.stream._Stream._create_from_ptr_and_get_ref(stream_ptr)
 
     @property
     def common_context_field(self):
This page took 0.023541 seconds and 4 git commands to generate.