hgext/__init__.py
author Antoine cezar<acezar@chwitlabs.fr>
Mon, 28 Sep 2020 14:01:57 +0200
changeset 45597 48438e8968a2
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
hg-core: remove useless code (D8958#inline-14988 followup) Differential Revision: https://phab.mercurial-scm.org/D9099

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)