hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 05 Aug 2020 14:03:45 -0700
changeset 45317 c37ab438ff31
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
hgweb: rely on open_template()'s fallback to using templatedir() Differential Revision: https://phab.mercurial-scm.org/D8900

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)