##// END OF EJS Templates
mq: stop using the `pycompat.open()` shim
mq: stop using the `pycompat.open()` shim

File last commit:

r52756:f4733654 default
r53269:e95b0013 default
Show More
__init__.py
5 lines | 103 B | text/x-python | PythonLexer
from __future__ import annotations
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)