bt2: remove unused imports
[babeltrace.git] / src / bindings / python / bt2 / bt2 / event.py
index fac54f4ee9135c1a3f53971b7f50fa0b13e46f39..afa54947f983cb78e6a74701578ed4627a33e565 100644 (file)
 # THE SOFTWARE.
 
 from bt2 import native_bt, object, utils
-from bt2 import clock_class as bt2_clock_class
 from bt2 import event_class as bt2_event_class
 from bt2 import packet as bt2_packet
 from bt2 import stream as bt2_stream
 from bt2 import field as bt2_field
-from bt2 import clock_snapshot as bt2_clock_snapshot
-import bt2
 
 
 class _Event(object._UniqueObject):
This page took 0.02352 seconds and 4 git commands to generate.