X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fvalue.py;h=73366fdf24766cc798fc61ef92913d64ef276b89;hb=78288f581343ec033cc38898777fe43a02380719;hp=f36d2ea991728fcc62f910202a263d4425b2408b;hpb=fca9fd7dfa103b71eb02ebc67ec92dd3f7d7b10d;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/value.py b/bindings/python/bt2/bt2/value.py index f36d2ea9..73366fdf 100644 --- a/bindings/python/bt2/bt2/value.py +++ b/bindings/python/bt2/bt2/value.py @@ -88,7 +88,7 @@ def create_value(value): raise TypeError("cannot create value object from '{}' object".format(value.__class__.__name__)) -class _Value(object._Object, object._Freezable, metaclass=abc.ABCMeta): +class _Value(object._SharedObject, metaclass=abc.ABCMeta): def __eq__(self, other): if other is None: # self is never the null value object