hgext3rd/__init__.py
author Philippe Pepiot <phil@philpep.org>
Fri, 01 Sep 2017 08:32:17 +0200
changeset 2962 3f466d348047
parent 2020 143c8e4dc22d
permissions -rw-r--r--
doc: add documentation for evolve commands By using a sphinx directive that call `hg help`.

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