hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 14 Mar 2017 14:38:10 -0700 (2017-03-14)
branchmercurial-4.0
changeset 2109 90ab79764ce4
parent 2020 143c8e4dc22d
permissions -rw-r--r--
mercurial-4.0: merge with future 6.0.0 A new version will be released soon, we start handling mismatch in test output to make the actual release time smoother.
# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)