hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 20 Feb 2018 09:36:55 +0100
changeset 4291 8f54ab5dd4e2
parent 2020 143c8e4dc22d
permissions -rw-r--r--
split: add a help entry to the final prompt We are about to add more option in this prompt. Adding a way to document then seems like a good first step.

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