X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fgraph.py;fp=bindings%2Fpython%2Fbt2%2Fbt2%2Fgraph.py;h=200f60214a489e1f8c88da3242fc6981fb0ca41c;hb=78288f581343ec033cc38898777fe43a02380719;hp=ce861028f9388988457e9d2be96f8df95ba58144;hpb=fca9fd7dfa103b71eb02ebc67ec92dd3f7d7b10d;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/graph.py b/bindings/python/bt2/bt2/graph.py index ce861028..200f6021 100644 --- a/bindings/python/bt2/bt2/graph.py +++ b/bindings/python/bt2/bt2/graph.py @@ -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()