hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 12 Feb 2020 10:33:55 +0100
changeset 44507 857cc79247ac
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
rust-nodemap: use proper Index API instead of using the C API Differential Revision: https://phab.mercurial-scm.org/D8157

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

__path__ = pkgutil.extend_path(__path__, __name__)