X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fevent_class.py;h=afa42d03afee8b4d398fe0fc84db309cc9aff96b;hb=6a4dbecc89debb548aeb24d49e2a8a500c03f3e7;hp=8d9d54dcc8fe7fae316a23a7d6b4343b23cfa6e5;hpb=082db6480d4f3686922269ec24c2ecc7b2c28bce;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/event_class.py b/src/bindings/python/bt2/bt2/event_class.py index 8d9d54dc..afa42d03 100644 --- a/src/bindings/python/bt2/bt2/event_class.py +++ b/src/bindings/python/bt2/bt2/event_class.py @@ -23,9 +23,7 @@ from bt2 import native_bt, object, utils from bt2 import field_class as bt2_field_class from bt2 import value as bt2_value -from bt2 import event as bt2_event from bt2 import stream_class as bt2_stream_class -import bt2 class EventClassLogLevel: