X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py;fp=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py;h=dfa71a87032b5c4e40063f3a400696e346b19f3b;hb=615238bec18761cbb35873ffb370e555d47cefec;hp=b7aa3e838a648951866690045f507168a93b01de;hpb=5813b3a3ffb8ff44d54b134e26d604af0b5e36db;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/__init__.py b/src/bindings/python/bt2/bt2/__init__.py index b7aa3e83..dfa71a87 100644 --- a/src/bindings/python/bt2/bt2/__init__.py +++ b/src/bindings/python/bt2/bt2/__init__.py @@ -24,12 +24,12 @@ from bt2.clock_class import ClockClassOffset from bt2.clock_snapshot import _ClockSnapshotConst from bt2.clock_snapshot import _UnknownClockSnapshot -from bt2.component import _SourceComponentClass -from bt2.component import _FilterComponentClass -from bt2.component import _SinkComponentClass -from bt2.component import _SourceComponent -from bt2.component import _FilterComponent -from bt2.component import _SinkComponent +from bt2.component import _SourceComponentClassConst +from bt2.component import _FilterComponentClassConst +from bt2.component import _SinkComponentClassConst +from bt2.component import _SourceComponentConst +from bt2.component import _FilterComponentConst +from bt2.component import _SinkComponentConst from bt2.component import _UserSourceComponent from bt2.component import _UserFilterComponent from bt2.component import _UserSinkComponent