bt2: Adapt test_field_class.py and make it pass
[babeltrace.git] / bindings / python / bt2 / bt2 / __init__.py.in
index 7b866fbd7d38f833e181bca5ae1e4b5210958fec..08fc0cacbaaa0706cb136e2969926847f6d5454a 100644 (file)
@@ -42,12 +42,12 @@ from bt2.ctf_writer import _CtfWriterStream
 from bt2.event import _Event
 from bt2.event_class import *
 from bt2.field_class import *
-from bt2.field_class import _FieldClass
+from bt2.field_path import *
 from bt2.field import *
 from bt2.field import _ArrayField
 from bt2.field import _EnumerationField
 from bt2.field import _Field
-from bt2.field import _FloatingPointNumberField
+from bt2.field import _RealField
 from bt2.field import _IntegerField
 from bt2.field import _SequenceField
 from bt2.field import _StringField
@@ -68,6 +68,7 @@ from bt2.query_executor import *
 from bt2.stream import _Stream
 from bt2.stream_class import *
 from bt2.trace import *
+from bt2.trace_class import *
 from bt2.trace_collection_message_iterator import *
 from bt2.value import *
 from bt2.value import _Value
@@ -98,10 +99,6 @@ class UnsupportedFeature(Exception):
     pass
 
 
-class NoSinkComponent(Exception):
-    pass
-
-
 class TryAgain(Exception):
     pass
 
This page took 0.023038 seconds and 4 git commands to generate.