view hgext3rd/__init__.py @ 51643:96cb63a86ee5 stable

test: better glob some timing related line to avoid flakiness If we go over 10 seconds, the number of white space changes.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 13 Jun 2024 09:52:39 +0200
parents 6000f5b25c9b
children
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)