hgext3rd/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Fri, 01 May 2020 21:05:37 +0200
changeset 5313 fbe07b1cf5d4
parent 2020 143c8e4dc22d
permissions -rw-r--r--
py3: fix debugstablerangecache

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