hgext/__init__.py
changeset 51863 f4733654f144
parent 48875 6000f5b25c9b
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
       
     1 from __future__ import annotations
       
     2 
     1 import pkgutil
     3 import pkgutil
     2 
     4 
     3 __path__ = pkgutil.extend_path(__path__, __name__)
     5 __path__ = pkgutil.extend_path(__path__, __name__)