bt2: clean available `bt2` package names
[babeltrace.git] / src / bindings / python / bt2 / bt2 / value.py
index e7b3969b3c0afc481958521dd87c1164a9826e00..104698a0fb752eb9b9776a6c1c41e1c1aa2e6660 100644 (file)
@@ -37,7 +37,7 @@ def _create_from_ptr(ptr):
     # to it that we are not going to manage anymore, since we don't create a
     # Python wrapper for it.  Therefore put that reference immediately.
     if ptr == native_bt.value_null:
-        bt2.value._Value._put_ref(ptr)
+        _Value._put_ref(ptr)
         return
 
     typeid = native_bt.value_get_type(ptr)
This page took 0.023913 seconds and 4 git commands to generate.