hgext3rd/__init__.py
author Simon Sapin <simon.sapin@octobus.net>
Thu, 04 Feb 2021 14:29:47 +0100
changeset 46485 f031fe1c6ede
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
rhg: Abort based on config on share-safe mismatch Differential Revision: https://phab.mercurial-scm.org/D9963

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

__path__ = pkgutil.extend_path(__path__, __name__)