view hgext/__init__.py @ 49541:976648e20856

tests: remove non-python3 line matching and tests block We don't support Python2 anymore
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 22 Sep 2022 16:27:17 +0200
parents 6000f5b25c9b
children
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)