hgext3rd/__init__.py
author Faheem Mitha <faheem@faheem.info>
Fri, 03 May 2019 03:52:44 +0530
branchstable
changeset 4632 a1d191feaa84
parent 2020 143c8e4dc22d
permissions -rw-r--r--
debian: Override default value for SPHINXBUILD in docs/makefile Sphinx now defaults to Python 3 in Debian Buster, so we need to explicitly select the Python 2 version of sphinx-build for building docs.

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