bt2: update object model
[babeltrace.git] / bindings / python / bt2 / bt2 / query_executor.py
index 25d77c04aa4c37b71aa90c6bcae814b079329928..db7db61028d73a9cce32ba19bdab2fec5b3b8663 100644 (file)
@@ -25,7 +25,7 @@ import bt2.component
 import bt2
 
 
-class QueryExecutor(object._Object):
+class QueryExecutor(object._SharedObject):
     def _handle_status(self, status, gen_error_msg):
         if status == native_bt.QUERY_STATUS_AGAIN:
             raise bt2.TryAgain
This page took 0.023711 seconds and 4 git commands to generate.