X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Ferror.py;h=f0b9d8e74da700751d882f14f3b96ff5a73d4412;hb=614743a5d5d7e661bf95abda9d81468c1d67c030;hp=7fd4648246d34685232c52385fc63fdbafe2c9ef;hpb=493428a0e391525646df54b91b63f295f565eb26;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/error.py b/src/bindings/python/bt2/bt2/error.py index 7fd46482..f0b9d8e7 100644 --- a/src/bindings/python/bt2/bt2/error.py +++ b/src/bindings/python/bt2/bt2/error.py @@ -154,7 +154,7 @@ _ACTOR_TYPE_TO_CLS = { } -class Error(Exception, abc.Sequence): +class _Error(Exception, abc.Sequence): """ Babeltrace API call error.