bindings/python/bt2: Make the bt2 package importable
[deliverable/babeltrace.git] / bindings / python / bt2 / bt2 / values.py
index 0db998d18588c0829275fe4e3ea0eb75bf25bfea..f36d2ea991728fcc62f910202a263d4425b2408b 100644 (file)
@@ -729,7 +729,7 @@ class MapValue(_Container, collections.abc.MutableMapping, _Value):
 _TYPE_TO_OBJ = {
     native_bt.VALUE_TYPE_BOOL: BoolValue,
     native_bt.VALUE_TYPE_INTEGER: IntegerValue,
-    native_bt.VALUE_TYPE_FLOAT: FloatValue,
+    native_bt.VALUE_TYPE_REAL: FloatValue,
     native_bt.VALUE_TYPE_STRING: StringValue,
     native_bt.VALUE_TYPE_ARRAY: ArrayValue,
     native_bt.VALUE_TYPE_MAP: MapValue,
This page took 0.023532 seconds and 5 git commands to generate.