bt2: assign non-const version of field_class_variant_option_borrow_user_attributes...
[babeltrace.git] / src / bindings / python / bt2 / bt2 / error.py
index 7fd4648246d34685232c52385fc63fdbafe2c9ef..dc1e65f55fb03b91e5f2af426468364bac05025c 100644 (file)
@@ -1,4 +1,4 @@
-from bt2 import utils, native_bt
+from bt2 import native_bt
 from collections import abc
 
 
@@ -154,7 +154,7 @@ _ACTOR_TYPE_TO_CLS = {
 }
 
 
-class Error(Exception, abc.Sequence):
+class _Error(Exception, abc.Sequence):
     """
     Babeltrace API call error.
 
This page took 0.029444 seconds and 4 git commands to generate.