##// 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
Matt Harbison
typing: add `from __future__ import annotations` to most files...
r52756 from __future__ import annotations
Pierre-Yves David
hgext: officially turn 'hgext' into a namespace package...
r28450 import pkgutil
Augie Fackler
formatting: blacken the codebase...
r43346
Pierre-Yves David
hgext: officially turn 'hgext' into a namespace package...
r28450 __path__ = pkgutil.extend_path(__path__, __name__)