hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 13:08:31 +0200
changeset 34687 e79b6300d97c
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
hook: add a 'hashook' function to test for hook existence Preparing the data for some hooks can be expensive. Add a function to check if a hook exists so we can skip useless preparation if no hook is configured.

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