hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 06 May 2021 08:37:40 -0700
changeset 47207 41be7698a4fd
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
packaging: move documentation HTML building to own function This is part of some light refactoring to enable us to use PyOxidizer for WiX MSI installer generation. Differential Revision: https://phab.mercurial-scm.org/D10685

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)