hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 14 Mar 2017 14:52:56 -0700
branchmercurial-3.8
changeset 2111 ec04eb4d2c6e
parent 2020 143c8e4dc22d
permissions -rw-r--r--
mercurial-3.8: merge with future evolve-6.0.0 We introduces the new code on the compat branch to check the tests.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)