hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 24 Jul 2018 22:51:11 -0700
changeset 38826 28d8b5f49b4d
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
histedit: avoid repeating name of state file in a few places We can depend on the state object instead. Differential Revision: https://phab.mercurial-scm.org/D4006

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