hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 26 Oct 2020 10:33:32 -0700
changeset 45768 5effb1992c17
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
config: move ui.pre-merge-tool-output-template into [command-templates] Differential Revision: https://phab.mercurial-scm.org/D9249

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

__path__ = pkgutil.extend_path(__path__, __name__)