X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fevent_class.py;fp=bindings%2Fpython%2Fbt2%2Fbt2%2Fevent_class.py;h=057dbea436856d1295c7f607ecb88c830ea62125;hb=7542c30dcccf30818e255f25fd5c8f3e6f5d576b;hp=5259f9183667e86228cd86c4b1ae7bc93326f309;hpb=c6a70ac31c44e83e1b41d062a68d026c7e73f5a3;p=deliverable%2Fbabeltrace.git diff --git a/bindings/python/bt2/bt2/event_class.py b/bindings/python/bt2/bt2/event_class.py index 5259f9183..057dbea43 100644 --- a/bindings/python/bt2/bt2/event_class.py +++ b/bindings/python/bt2/bt2/event_class.py @@ -47,7 +47,7 @@ class EventClassLogLevel: DEBUG = native_bt.EVENT_CLASS_LOG_LEVEL_DEBUG -class EventClass(object._Object): +class EventClass(object._SharedObject): def __init__(self, name, id=None, log_level=None, emf_uri=None, context_field_class=None, payload_field_class=None): utils._check_str(name)