bt2: Adapt test_field_class.py and make it pass
[babeltrace.git] / bindings / python / bt2 / bt2 / __init__.py.in
index e1058890ee29e868f870ba135252ff71795d9373..08fc0cacbaaa0706cb136e2969926847f6d5454a 100644 (file)
@@ -42,7 +42,7 @@ 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
@@ -99,10 +99,6 @@ class UnsupportedFeature(Exception):
     pass
 
 
-class NoSinkComponent(Exception):
-    pass
-
-
 class TryAgain(Exception):
     pass
 
This page took 0.023017 seconds and 4 git commands to generate.