hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 12 Dec 2018 17:22:58 +0100
changeset 4294 8974a05a49fa
parent 2020 143c8e4dc22d
permissions -rw-r--r--
split: rework the prompt to be more standard We dropped the initial capital and moved to a positive question.

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