##// END OF EJS Templates
tests: allow for variation in zstd output as seen on s390x and powerpc
tests: allow for variation in zstd output as seen on s390x and powerpc

File last commit:

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