hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 01 Feb 2017 15:15:34 +0100
branchmercurial-4.0
changeset 1794 e35667b01e1e
parent 1619 5ef77a1d975c
permissions -rw-r--r--
merge with future 5.6.0 There is only minor test output change, 4.0 do not have the "trouble:" wording in there.

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