hgext3rd/__init__.py
author Gerald Squelart <gsquelart@mozilla.com>
Thu, 06 Sep 2018 23:24:26 -0400
branchstable
changeset 4089 ecd90548a10d
parent 2020 143c8e4dc22d
permissions -rw-r--r--
stablerange: only issue the message once There is a flag to prevent issuing the long load message multiple time. However, it was never set. This is now fixed

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