X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fquery_executor.py;h=de6f4441c9089372e73af63a34e0dbd03b1551c2;hb=5995b304e5601bf9b97ffa661b21874bec6c0e3a;hp=a4927f0c0ec0af7663155b4011d396fc1283fd47;hpb=7554731eee0bd061ac0cf55484a64a514913d148;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/query_executor.py b/src/bindings/python/bt2/bt2/query_executor.py index a4927f0c..de6f4441 100644 --- a/src/bindings/python/bt2/bt2/query_executor.py +++ b/src/bindings/python/bt2/bt2/query_executor.py @@ -2,12 +2,12 @@ # # Copyright (c) 2017 Philippe Proulx -from bt2 import native_bt -from bt2 import object as bt2_object +from bt2 import error as bt2_error from bt2 import utils as bt2_utils -from bt2 import interrupter as bt2_interrupter from bt2 import value as bt2_value -from bt2 import error as bt2_error +from bt2 import object as bt2_object +from bt2 import native_bt +from bt2 import interrupter as bt2_interrupter def _bt2_component():