##// END OF EJS Templates
urlutil: use bytes for Abort messages...
urlutil: use bytes for Abort messages Caught by pytype. Also fix a minor grammar issue in the second message. Differential Revision: https://phab.mercurial-scm.org/D10433

File last commit:

r37231:3bc609bc default
r47690:93c224dc default
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
Gregory Szorc
cbor: import CBORDecoder and CBOREncoder...
r37231 from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)