view hgext/__init__.py @ 52219:4496f059cf5c stable

wheel: enforce that translation being build for macos wheel
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 10 Nov 2024 00:46:44 +0100
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)