hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Wed, 07 Jul 2021 13:20:47 -0400
changeset 47548 5830539c46be
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
remotefilelog: tweak corrupt cache test to grep more flexibly I'm about to fix the abuse of RuntimeError here, which breaks the test if I don't do this. Differential Revision: https://phab.mercurial-scm.org/D11005

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

__path__ = pkgutil.extend_path(__path__, __name__)