view hgext3rd/__init__.py @ 4632:a1d191feaa84 stable

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.
author Faheem Mitha <faheem@faheem.info>
date Fri, 03 May 2019 03:52:44 +0530
parents 143c8e4dc22d
children
line wrap: on
line source

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