hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 05 Jul 2022 17:53:26 +0200
branchstable
changeset 49376 7fe86498e84f
parent 48966 6000f5b25c9b
permissions -rw-r--r--
repo-upgrade: avoid a crash when multiple optimisation are specified In Python 3, the type are no longer comparable and this expose the error.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)