hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 01 Sep 2017 11:07:28 +0200
changeset 2891 b18d2b2f18a6
parent 2020 143c8e4dc22d
permissions -rw-r--r--
compat: adapt to rebase change in coming 4.4 Make evolve works with mercurial core 72b5f4d53c58

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