hgext3rd/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Tue, 19 Jan 2021 00:18:39 +0100
changeset 46357 72f5280e33b6
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
commit: look-up new revision once Look-up by node is slightly more expensive, so since it is necessary more than once, do it explicitly. Differential Revision: https://phab.mercurial-scm.org/D9830

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

__path__ = pkgutil.extend_path(__path__, __name__)