bt2: add trace collection notification iterator
[babeltrace.git] / bindings / python / bt2 / bt2 / __init__.py.in
index f12d9553408455ad8a180d610cc92a3ab1231746..554391ecf7e26b244dc8e6282db89e301afb8662 100644 (file)
@@ -24,7 +24,6 @@ __version__ = '@PACKAGE_VERSION@'
 
 
 from bt2.clock_class import *
-from bt2.clock_class import _ClockValue
 from bt2.clock_class_priority_map import *
 from bt2.clock_value import *
 from bt2.component import *
@@ -77,6 +76,7 @@ from bt2.query_executor import *
 from bt2.stream import _Stream
 from bt2.stream_class import *
 from bt2.trace import *
+from bt2.trace_collection_notification_iterator import *
 from bt2.values import *
 from bt2.values import _Value
 
This page took 0.024948 seconds and 4 git commands to generate.