view hgext3rd/__init__.py @ 51545:700783ed3415

perf-stream-locked-section: fix the call to the v3 generator That generator simply return chunks so we should not assign the return to a tuple.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 26 Mar 2024 08:39:08 +0000
parents 6000f5b25c9b
children
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)