X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fevent.py;fp=bindings%2Fpython%2Fbt2%2Fbt2%2Fevent.py;h=0a88118287d6dede49b33ff9e353e160a933f0c8;hb=7542c30dcccf30818e255f25fd5c8f3e6f5d576b;hp=519c20d88b8af3166d03b44bd2c659ef2630d19c;hpb=c6a70ac31c44e83e1b41d062a68d026c7e73f5a3;p=deliverable%2Fbabeltrace.git diff --git a/bindings/python/bt2/bt2/event.py b/bindings/python/bt2/bt2/event.py index 519c20d88..0a8811828 100644 --- a/bindings/python/bt2/bt2/event.py +++ b/bindings/python/bt2/bt2/event.py @@ -89,7 +89,7 @@ class _EventClockSnapshots(collections.abc.Mapping): return _EventClockSnapshotsIterator(self) -class _Event(object._Object): +class _Event(object._UniqueObject): @property def event_class(self): return self._event_class