Python bt2 fix: _ClockValue is no longer part of bt2.clock_class
[babeltrace.git] / bindings / python / bt2 / bt2 / __init__.py.in
index 2cc4baaa51f4837cfda3c5ea6e9bd28ccfaa54f4..b86fe75071611efc2f99dab64357de1b218c78e2 100644 (file)
@@ -24,8 +24,8 @@ __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 *
 from bt2.component import _FilterComponent
 from bt2.component import _GenericFilterComponentClass
@@ -128,6 +128,10 @@ class IncompleteUserClass(Error):
     pass
 
 
+class CannotConsumeGraph(Error):
+    pass
+
+
 class GraphCanceled(Exception):
     pass
 
This page took 0.022502 seconds and 4 git commands to generate.