hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Fri, 28 Oct 2016 17:03:53 +0200
branchstable
changeset 1752 19e32420e150
parent 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: update the tested with statement Test pass fine with 4.0-rc. By some magic, we are still compatible down to Mercurial 3.4.

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