##// END OF EJS Templates
py3: use pycompat.maplist instead of map...
py3: use pycompat.maplist instead of map Differential Revision: https://phab.mercurial-scm.org/D4673

File last commit:

r37231:3bc609bc default
r39762:7e3ce213 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,
)