hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 20 Jan 2021 12:12:31 +0100
branchstable
changeset 46346 60e6bf3bf681
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
doc: improves the share-safe documentation The associated behavior is now clearer and we point to the other configuration that control the mismatching behavior. Differential Revision: https://phab.mercurial-scm.org/D9839

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

__path__ = pkgutil.extend_path(__path__, __name__)