hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Tue, 18 May 2021 13:24:41 -0400
changeset 47301 97f04eaafa65
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
tests: add req on bash for test-transaction-rollback-on-sigpipe (issue6429) I think we could work around this by rewriting the helper scripts in Python, but I don't want to deal with that now and this should prevent failures due to a lack of bash. Differential Revision: https://phab.mercurial-scm.org/D10732

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)