Mercurial > hg
view hgext3rd/__init__.py @ 52196:e88939f53342 stable
test-install: glob instance of "python" in warning
If run with something else (e.g. python3.12) the message says "python3.12" so we
just glob that away.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 07 Nov 2024 11:02:35 +0100 |
parents | f4733654f144 |
children |
line wrap: on
line source
# name space package to host third party extensions from __future__ import annotations import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)