hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Mar 2018 10:38:46 -0700
changeset 36900 ee395147bb28
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
hgweb: remove unused **map argument It was unused before the recent code refactoring AFAICT. Differential Revision: https://phab.mercurial-scm.org/D2816

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