##// END OF EJS Templates
errors: raise more specific errors when default remote not configured...
errors: raise more specific errors when default remote not configured Differential Revision: https://phab.mercurial-scm.org/D9312

File last commit:

r37231:3bc609bc default
r46446:1bf1dcbc default
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)