X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fclock_class.py;h=41c9863f6267d24d91a65ae16e230930a565cc8e;hb=7542c30dcccf30818e255f25fd5c8f3e6f5d576b;hp=140d5293fcb69cbbaa87a2e7eaa052762f629fc9;hpb=c6a70ac31c44e83e1b41d062a68d026c7e73f5a3;p=deliverable%2Fbabeltrace.git diff --git a/bindings/python/bt2/bt2/clock_class.py b/bindings/python/bt2/bt2/clock_class.py index 140d5293f..41c9863f6 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)