##// END OF EJS Templates
ci: adds a trigger for all pycompat jobs...
ci: adds a trigger for all pycompat jobs This will help triggering a job of all pycompat job. In addition this will also make the pycompat job block landing of Merge Request when triggered. A quite useful feature.

File last commit:

r37144:4bd73a95 default
r53142:16e5de78 stable
Show More
__init__.py
3 lines | 224 B | text/x-python | PythonLexer
from .decoder import load, loads, CBORDecoder, CBORDecodeError # noqa
from .encoder import dump, dumps, CBOREncoder, CBOREncodeError, shareable_encoder # noqa
from .types import CBORTag, CBORSimpleValue, undefined # noqa