X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fport.py;h=963a5b3c603097684b68422af5d86bf56de673ad;hb=57081273d1191fc79edc101af619fab96b72460d;hp=418f215b8952162cc6cc98bda6aedc3aa6f33f60;hpb=39b351f91e4c70b30530b915d49b74d6004dac42;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/port.py b/src/bindings/python/bt2/bt2/port.py index 418f215b..963a5b3c 100644 --- a/src/bindings/python/bt2/bt2/port.py +++ b/src/bindings/python/bt2/bt2/port.py @@ -21,10 +21,7 @@ # THE SOFTWARE. from bt2 import native_bt, object -from bt2 import component as bt2_component from bt2 import connection as bt2_connection -from bt2 import message as bt2_message -import bt2 def _create_from_ptr_and_get_ref(ptr, port_type):