X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fstream.py;fp=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fstream.py;h=9d8d1ae9a816138a974c84c5c85a48f4219b743b;hb=5995b304e5601bf9b97ffa661b21874bec6c0e3a;hp=3f4cedef1e461508d8853fffc1ea4f0d365490df;hpb=7554731eee0bd061ac0cf55484a64a514913d148;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/stream.py b/src/bindings/python/bt2/bt2/stream.py index 3f4cedef..9d8d1ae9 100644 --- a/src/bindings/python/bt2/bt2/stream.py +++ b/src/bindings/python/bt2/bt2/stream.py @@ -2,13 +2,13 @@ # # Copyright (c) 2016-2017 Philippe Proulx -from bt2 import native_bt +from bt2 import error as bt2_error from bt2 import utils as bt2_utils +from bt2 import value as bt2_value from bt2 import object as bt2_object from bt2 import packet as bt2_packet +from bt2 import native_bt from bt2 import stream_class as bt2_stream_class -from bt2 import value as bt2_value -from bt2 import error as bt2_error def _bt2_trace():