view hgext3rd/__init__.py @ 51204:297fa956b6c4

rust-index: optim note for post-scaffolding removal
author Georges Racinet <georges.racinet@octobus.net>
date Wed, 27 Sep 2023 11:34:52 +0200
parents 6000f5b25c9b
children
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)