hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 22 Nov 2019 11:08:59 -0800
changeset 43797 c8e9a3636abe
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
relnotes: add note about changes to match.{explicit,reverse}dir Differential Revision: https://phab.mercurial-scm.org/D7508

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

__path__ = pkgutil.extend_path(__path__, __name__)