hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Sat, 15 Sep 2018 00:46:17 -0400
changeset 39652 d2c81e83de2a
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
phabricator: move extension from contrib to hgext It's well-enough tested now and widely enough used I think we should ship it. Differential Revision: https://phab.mercurial-scm.org/D4602

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