hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 23 Feb 2024 03:45:07 +0100
changeset 51428 def497c75351
parent 48875 6000f5b25c9b
permissions -rw-r--r--
rust: disable the RustIndex without persistent nodemap See rational inline.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)