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=78288f581343ec033cc38898777fe43a02380719;hp=519c20d88b8af3166d03b44bd2c659ef2630d19c;hpb=fca9fd7dfa103b71eb02ebc67ec92dd3f7d7b10d;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/event.py b/bindings/python/bt2/bt2/event.py index 519c20d8..0a881182 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