X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py.in;h=01c87e51c238f932ccaf16803dccf6e019a2d64b;hp=7d63b697d88bdda6378b669e582485f92391b8ca;hb=9b4f9b425f2efce9a6ccc25f7ae062ebc1116a7d;hpb=2c1d3e9111d8f1b55361b9b880350c2680c90093 diff --git a/src/bindings/python/bt2/bt2/__init__.py.in b/src/bindings/python/bt2/bt2/__init__.py.in index 7d63b697..01c87e51 100644 --- a/src/bindings/python/bt2/bt2/__init__.py.in +++ b/src/bindings/python/bt2/bt2/__init__.py.in @@ -23,6 +23,7 @@ __version__ = '@PACKAGE_VERSION@' +from bt2.interrupter import * from bt2.clock_class import * from bt2.clock_snapshot import * from bt2.component import * @@ -97,10 +98,6 @@ class IncompleteUserClass(Exception): pass -class Canceled(Exception): - pass - - class _ListenerHandle: def __init__(self, listener_id, obj): self._listener_id = listener_id