X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fclock_class.py;h=41c9863f6267d24d91a65ae16e230930a565cc8e;hb=78288f581343ec033cc38898777fe43a02380719;hp=140d5293fcb69cbbaa87a2e7eaa052762f629fc9;hpb=fca9fd7dfa103b71eb02ebc67ec92dd3f7d7b10d;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/clock_class.py b/bindings/python/bt2/bt2/clock_class.py index 140d5293..41c9863f 100644 --- a/bindings/python/bt2/bt2/clock_class.py +++ b/bindings/python/bt2/bt2/clock_class.py @@ -53,7 +53,7 @@ class ClockClassOffset: return (self.seconds, self.cycles) == (other.seconds, other.cycles) -class ClockClass(object._Object): +class ClockClass(object._SharedObject): def __init__(self, name, frequency, description=None, precision=None, offset=None, is_absolute=None, uuid=None): utils._check_str(name)