##// END OF EJS Templates
packaging: allow to run make with python3...
packaging: allow to run make with python3 Use "?=", otherwise the variable cannot be set from environment.

File last commit:

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