##// END OF EJS Templates
hg: move unreachable code to where it could be reached
hg: move unreachable code to where it could be reached

File last commit:

r37231:3bc609bc default
r51427:057639af 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,
)