X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Ffield_path.py;h=c29fffe7bb1dac3e798b3a65efa8c4a7c4853daf;hb=5679964cffc1ecbb1b7d4fbd6a5ab9f3a7832bba;hp=51f87709f981573c68dde05ac26d2e8de80f3e42;hpb=e70712b34fcae860414660c6b10451f57b50c25d;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/field_path.py b/src/bindings/python/bt2/bt2/field_path.py index 51f87709..c29fffe7 100644 --- a/src/bindings/python/bt2/bt2/field_path.py +++ b/src/bindings/python/bt2/bt2/field_path.py @@ -52,7 +52,7 @@ class _CurrentOptionContentFieldPathItem(_FieldPathItem): pass -class _FieldPath(object._SharedObject, collections.abc.Iterable): +class _FieldPathConst(object._SharedObject, collections.abc.Iterable): _get_ref = staticmethod(native_bt.field_path_get_ref) _put_ref = staticmethod(native_bt.field_path_put_ref)