X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fevent.py;h=78179c5a91826285ef67ce48aebf3a69ce69ba14;hb=5290f876138c2b71026bd2bbed78077b68cf961a;hp=c8a7d32074d258baf734992cb5a05b4314bda0c1;hpb=68e606effd31ee0b35d243f0c406c8af0f4a7b17;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/event.py b/src/bindings/python/bt2/bt2/event.py index c8a7d320..78179c5a 100644 --- a/src/bindings/python/bt2/bt2/event.py +++ b/src/bindings/python/bt2/bt2/event.py @@ -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):