bt2: add interrupter support
[babeltrace.git] / src / bindings / python / bt2 / bt2 / __init__.py.in
index 7d63b697d88bdda6378b669e582485f92391b8ca..a801446ce44b1acde318fcd556e38c238f66dcd6 100644 (file)
@@ -23,6 +23,7 @@
 __version__ = '@PACKAGE_VERSION@'
 
 
+from bt2.interrupter import *
 from bt2.clock_class import *
 from bt2.clock_snapshot import *
 from bt2.component import *
This page took 0.023979 seconds and 4 git commands to generate.