tap-driver.sh: flush stdout after each test result
[babeltrace.git] / bindings / python / bt2 / bt2 / __init__.py.in
index f0e4e4b2886cc712bab8217e783ed13268d8f5d0..f80cf658622ed876a13942d9f416449d1698b4de 100644 (file)
@@ -37,8 +37,6 @@ from bt2.component import _UserSinkComponent
 from bt2.component import _UserSourceComponent
 from bt2.connection import *
 from bt2.connection import _Connection
-from bt2.ctf_writer import *
-from bt2.ctf_writer import _CtfWriterStream
 from bt2.event import _Event
 from bt2.event_class import *
 from bt2.field_class import *
@@ -106,7 +104,7 @@ class QueryExecutorCanceled(Exception):
     pass
 
 
-class NoDefaultClockClass(Error):
+class NonexistentClockSnapshot(Error):
     pass
 
 
This page took 0.024831 seconds and 4 git commands to generate.