hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 06 Nov 2016 19:19:28 +0100
branchstable
changeset 1777 e7149cc5101f
parent 1619 5ef77a1d975c
permissions -rw-r--r--
readme: fix the test run command As we use the run-tests.py in Mercurial, we do not need to specify the path to a Mercurial utility.

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