hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 01 Feb 2017 15:40:51 +0100
branchmercurial-3.7
changeset 1797 4de90774eade
parent 1619 5ef77a1d975c
permissions -rw-r--r--
merge with 5.6.0 Not extra change were needed from the mercurial-3.8 branch

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