hgext/__init__.py
author Augie Fackler <augie@google.com>
Wed, 29 Nov 2017 17:05:51 -0500
changeset 35173 c1b94f34a11a
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: re-add (glob) for $LOCALIP matches This should fix most of the failing tests on the FreeBSD builder, since it has no 127/8 series IP as a side effect of being trapped in a jail. Differential Revision: https://phab.mercurial-scm.org/D1552

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