tap-driver.sh: flush stdout after each test result
[babeltrace.git] / bindings / python / bt2 / bt2 / __init__.py.in
index 40227fd040bd20c8fb3467f41903638fb1530a2d..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 *
@@ -74,10 +72,6 @@ class CreationError(Error):
     '''Raised when object creation fails due to memory issues.'''
 
 
-class Frozen(Error):
-    pass
-
-
 class InvalidQueryObject(Error):
     pass
 
@@ -86,10 +80,6 @@ class InvalidQueryParams(Error):
     pass
 
 
-class UnsupportedFeature(Exception):
-    pass
-
-
 class TryAgain(Exception):
     pass
 
@@ -106,10 +96,6 @@ class IncompleteUserClass(Error):
     pass
 
 
-class CannotConsumeGraph(Error):
-    pass
-
-
 class GraphCanceled(Exception):
     pass
 
@@ -118,15 +104,7 @@ class QueryExecutorCanceled(Exception):
     pass
 
 
-class MessageIteratorCanceled(Exception):
-    pass
-
-
-class ConnectionEnded(Exception):
-    pass
-
-
-class NoDefaultClockClass(Error):
+class NonexistentClockSnapshot(Error):
     pass
 
 
This page took 0.02434 seconds and 4 git commands to generate.