bindings/python/bt2: Make the bt2 package importable
[deliverable/babeltrace.git] / bindings / python / bt2 / bt2 / fields.py
index 6ecd6958223d370659d0ef08007c299232a5cc56..9871bce88e6e847007e358c4836ebaf281396cff 100644 (file)
@@ -725,12 +725,4 @@ class _SequenceField(_ArraySequenceField):
 
 
 _TYPE_ID_TO_OBJ = {
-    native_bt.FIELD_TYPE_ID_INTEGER: _IntegerField,
-    native_bt.FIELD_TYPE_ID_FLOAT: _FloatingPointNumberField,
-    native_bt.FIELD_TYPE_ID_ENUM: _EnumerationField,
-    native_bt.FIELD_TYPE_ID_STRING: _StringField,
-    native_bt.FIELD_TYPE_ID_STRUCT: _StructureField,
-    native_bt.FIELD_TYPE_ID_ARRAY: _ArrayField,
-    native_bt.FIELD_TYPE_ID_SEQUENCE: _SequenceField,
-    native_bt.FIELD_TYPE_ID_VARIANT: _VariantField,
 }
This page took 0.022883 seconds and 5 git commands to generate.