hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 18 Dec 2017 20:56:01 -0800
changeset 35717 5edfead8cc95
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
githelp: remove reference to tweakdefaults This is a Facebook-ism. Differential Revision: https://phab.mercurial-scm.org/D1725

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