##// END OF EJS Templates
sidedata: simply read removed files from the `ChangingFiles` object
sidedata: simply read removed files from the `ChangingFiles` object

File last commit:

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