hgext/__init__.py
author Kyle Lippincott <spectral@google.com>
Thu, 23 Aug 2018 00:41:20 -0700
changeset 39535 c29548ba4a75
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
treemanifest: avoid loading everything just to get their nodeid Differential Revision: https://phab.mercurial-scm.org/D4369

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)