hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 10 Mar 2021 13:53:31 +0100
changeset 46750 350e7f051e95
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
makefile: add a build-chg option This is done as a gratuitous improvement on the way to add makefile entry to build and install rhg. It seems saner to have equivalent entry for chg too. Differential Revision: https://phab.mercurial-scm.org/D10191

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)