view hgext/__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
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)