##// END OF EJS Templates
manifest: leave a TODO where we may have more work for sha1 portability...
manifest: leave a TODO where we may have more work for sha1 portability Differential Revision: https://phab.mercurial-scm.org/D8375

File last commit:

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