Mercurial > hg
view hgext3rd/__init__.py @ 51631:bf1d26bd5b6a
obsolete: quote the feature name
This makes it at least somewhat clearer that hg is talking about some
specific feature and not just outdated code.
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Mon, 10 Jun 2024 13:45:57 +0200 |
parents | 6000f5b25c9b |
children | f4733654f144 |
line wrap: on
line source
# name space package to host third party extensions import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)