##// END OF EJS Templates
revset: pass in lookup function to matchany() (issue5879)...
revset: pass in lookup function to matchany() (issue5879) Silly mistake in f83cb91b052e.

File last commit:

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