hgext/__init__.py
author Jun Wu <quark@fb.com>
Fri, 06 Jan 2017 16:19:41 +0000
changeset 30716 3de9df6ee5bf
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
run-tests: unset CHGDEBUG With CHGDEBUG, chg outputs much more stuff and the test could fail running with --chg. So unset the environment variable.

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