hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 13:26:15 -0700
changeset 48864 a2f0af520ae5
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
tests: delete some not PYTHON3 blocks These can never be used anymore. Differential Revision: https://phab.mercurial-scm.org/D12242

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)