hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 02 Mar 2018 18:55:18 -0500
changeset 36614 1fa02265fae2
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: add more tests around hook output and getbundle The previous tests around hook output only tested Python hooks. Let's add some shell hooks in for additional test coverage. Differential Revision: https://phab.mercurial-scm.org/D2550

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