bt2: update object model
[babeltrace.git] / bindings / python / bt2 / bt2 / clock_class.py
index 140d5293fcb69cbbaa87a2e7eaa052762f629fc9..41c9863f6267d24d91a65ae16e230930a565cc8e 100644 (file)
@@ -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)
This page took 0.02317 seconds and 4 git commands to generate.