hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Dec 2022 01:27:47 +0100
changeset 49807 dd62eb4d2ea5
parent 48966 6000f5b25c9b
child 51901 f4733654f144
permissions -rw-r--r--
path: move the url parsing and related attribute setting to a method This will make it simpler to reuse this logic in the next changeset.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)