hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 16 Feb 2020 17:47:20 -0500
changeset 44552 f10055b099b3
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
phabricator: add a config knob to create obsolete markers when importing This too can get a tristate switch if desired. But if so, that needs to happen by having evolve add the option. Differential Revision: https://phab.mercurial-scm.org/D8138

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

__path__ = pkgutil.extend_path(__path__, __name__)