Mercurial > hg
view hgext3rd/__init__.py @ 50909:35885dbdc927
path-suboption: deprecated specifying the attributes as bytes
The known suboptions have been updated, so we can deprecated passing bytes in case
some extensions use them.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 30 Aug 2023 00:50:28 +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__)