hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 01 Feb 2017 15:51:02 +0100
branchmercurial-3.5
changeset 1799 b1809340478b
parent 1619 5ef77a1d975c
permissions -rw-r--r--
merge with 5.6.0 no extra changes were needed form the mercurial-3.6 branch.

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