##// END OF EJS Templates
packaging: remove the i686 wheel from the linux-wheels target...
packaging: remove the i686 wheel from the linux-wheels target It is currently broken.

File last commit:

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