bindings/python/bt2: Make the bt2 package importable
[babeltrace.git] / bindings / python / bt2 / bt2 / event_class.py
index d55113ae2c531ea6461e4e83583842ca928e13e9..b7a2c17e6f6b7ea9ed56d95fdb2c6f3ce82585fc 100644 (file)
@@ -30,8 +30,6 @@ import bt2
 
 
 class EventClassLogLevel:
-    UNKNOWN = native_bt.EVENT_CLASS_LOG_LEVEL_UNKNOWN
-    UNSPECIFIED = native_bt.EVENT_CLASS_LOG_LEVEL_UNSPECIFIED
     EMERGENCY = native_bt.EVENT_CLASS_LOG_LEVEL_EMERGENCY
     ALERT = native_bt.EVENT_CLASS_LOG_LEVEL_ALERT
     CRITICAL = native_bt.EVENT_CLASS_LOG_LEVEL_CRITICAL
This page took 0.024142 seconds and 4 git commands to generate.