hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 19 Jul 2018 00:03:45 -0700
changeset 38942 3e74c01102af
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
index: rename "nt_*(indexObject *self,...)" functions to "index_*" These functions do something with the nodetree, but they're less generic and won't make sense as methods on the nodetree when it becomes a Python type. Differential Revision: https://phab.mercurial-scm.org/D4115

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