X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py.in;h=08fc0cacbaaa0706cb136e2969926847f6d5454a;hb=d47b87ac209ea8f1b98b7e6cf209dfd4bf9cc9c0;hp=8e26fc73fc8f01eb22d46df80ad870a84d8f7fa4;hpb=c4239792c6758f579fb9482ddccf336f1bbf26c4;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/__init__.py.in b/bindings/python/bt2/bt2/__init__.py.in index 8e26fc73..08fc0cac 100644 --- a/bindings/python/bt2/bt2/__init__.py.in +++ b/bindings/python/bt2/bt2/__init__.py.in @@ -24,7 +24,6 @@ __version__ = '@PACKAGE_VERSION@' from bt2.clock_class import * -from bt2.clock_class_priority_map import * from bt2.clock_snapshot import * from bt2.component import * from bt2.component import _FilterComponent @@ -38,18 +37,17 @@ from bt2.component import _UserSinkComponent from bt2.component import _UserSourceComponent from bt2.connection import * from bt2.connection import _Connection -from bt2.connection import _PrivateConnection 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 * -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 @@ -65,20 +63,16 @@ from bt2.message_iterator import _UserMessageIterator from bt2.packet import _Packet from bt2.plugin import * from bt2.port import * -from bt2.port import _InputPort -from bt2.port import _OutputPort -from bt2.port import _Port -from bt2.port import _PrivateInputPort -from bt2.port import _PrivateOutputPort -from bt2.port import _PrivatePort from bt2.py_plugin import * 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 +from bt2.value import _IntegerValue class Error(Exception): @@ -105,10 +99,6 @@ class UnsupportedFeature(Exception): pass -class NoSinkComponent(Exception): - pass - - class TryAgain(Exception): pass