X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fconnection.py;h=eb0c431627f852f728ef8a2637a74f980d5afb01;hb=57081273d1191fc79edc101af619fab96b72460d;hp=74fe022d69d8882d938af7a7ecf9a8af180a9754;hpb=39b351f91e4c70b30530b915d49b74d6004dac42;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/connection.py b/src/bindings/python/bt2/bt2/connection.py index 74fe022d..eb0c4316 100644 --- a/src/bindings/python/bt2/bt2/connection.py +++ b/src/bindings/python/bt2/bt2/connection.py @@ -20,11 +20,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -from bt2 import native_bt, utils -from bt2 import message_iterator as bt2_message_iterator +from bt2 import native_bt from bt2 import port as bt2_port from bt2 import object as bt2_object -import bt2 class _Connection(bt2_object._SharedObject):