hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 01 May 2020 07:44:01 -0700
changeset 5325 304de9a04172
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: avoid referring to commits by hash in a few places This patch means that the next patch can be written without manual editing of the test cases.

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