hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 25 Mar 2019 15:44:44 -0700
branchstable
changeset 4445 0f2305921e4d
parent 2020 143c8e4dc22d
permissions -rw-r--r--
prune: use action "prune", not "touch", in precheck We have been using "touch" since 06ee4ec88190 (prune: use precheck to validate revision, 2017-07-23). That commit modified the tests, so it kind seemed intentional, but I suspect it was still just an oversight.

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