hgext3rd/__init__.py
author André Sintzoff <andre.sintzoff@gmail.com>
Wed, 31 May 2017 22:15:34 +0200
branchstable
changeset 2557 e3acb8823900
parent 2020 143c8e4dc22d
permissions -rw-r--r--
url: update url to point to https://www.mercurial-scm.org/repo/evolve

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