X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py.in;h=08fc0cacbaaa0706cb136e2969926847f6d5454a;hb=d47b87ac209ea8f1b98b7e6cf209dfd4bf9cc9c0;hp=c46007a3a99d92dfca6c7160b31938e695bfb450;hpb=fbbe93021d7cd3793003911931bb3abd5e69596a;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/__init__.py.in b/bindings/python/bt2/bt2/__init__.py.in index c46007a3..08fc0cac 100644 --- a/bindings/python/bt2/bt2/__init__.py.in +++ b/bindings/python/bt2/bt2/__init__.py.in @@ -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 @@ -99,10 +99,6 @@ class UnsupportedFeature(Exception): pass -class NoSinkComponent(Exception): - pass - - class TryAgain(Exception): pass