hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 18 Jun 2018 14:32:12 -0700
changeset 38408 457fa4056286
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
patchbomb: don't close unused progress topic The "writing" topic has not been used since 1830d0cc4bc1 (patchbomb: minor refactoring of mbox functionality, preparing for move, 2011-11-23). Differential Revision: https://phab.mercurial-scm.org/D3803

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