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

File last commit:

r52756:f4733654 default
r53270:7688ecd5 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__)