lib: rename `bt_scope` -> `bt_field_path_scope`
[babeltrace.git] / src / bindings / python / bt2 / bt2 / __init__.py.in
index 3eb519486e8e02e6e9c04e9d74b5c60f4585089e..e18188b8d7623eec9b34e044e3e06824a827e0ab 100644 (file)
@@ -74,7 +74,7 @@ from bt2.field_class import _VariantFieldClassWithSignedSelector
 from bt2.field_class import _ArrayFieldClass
 from bt2.field_class import _StaticArrayFieldClass
 from bt2.field_class import _DynamicArrayFieldClass
-from bt2.field_path import Scope
+from bt2.field_path import FieldPathScope
 from bt2.field_path import _IndexFieldPathItem
 from bt2.field_path import _CurrentArrayElementFieldPathItem
 from bt2.graph import Graph
@@ -165,7 +165,7 @@ class InvalidObject(Exception):
     pass
 
 
-class _OverflowError(OverflowError):
+class _OverflowError(_Error, OverflowError):
     pass
 
 
This page took 0.023473 seconds and 4 git commands to generate.