bt2: update object model
[babeltrace.git] / bindings / python / bt2 / bt2 / graph.py
index ce861028f9388988457e9d2be96f8df95ba58144..200f60214a489e1f8c88da3242fc6981fb0ca41c 100644 (file)
@@ -86,7 +86,7 @@ def _graph_ports_disconnected_listener_from_native(user_listener,
         pass
 
 
-class Graph(object._Object):
+class Graph(object._SharedObject):
     def __init__(self):
         ptr = native_bt.graph_create()
 
This page took 0.024726 seconds and 4 git commands to generate.