X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fquery_executor.py;h=25d77c04aa4c37b71aa90c6bcae814b079329928;hb=c4239792c6758f579fb9482ddccf336f1bbf26c4;hp=00644166e20f2f248fc7ba599c3f28ed802547a2;hpb=4b552f8b1184f7178130a8026b2d62f69104aab1;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/query_executor.py b/bindings/python/bt2/bt2/query_executor.py index 00644166..25d77c04 100644 --- a/bindings/python/bt2/bt2/query_executor.py +++ b/bindings/python/bt2/bt2/query_executor.py @@ -87,7 +87,7 @@ class QueryExecutor(object._Object): object, params_ptr) self._handle_status(status, 'cannot query component class') assert(result_ptr) - return bt2.values._create_from_ptr(result_ptr) + return bt2.value._create_from_ptr(result_ptr) def __eq__(self, other): if type(other) is not type(self):