hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 15 Nov 2024 16:34:50 +0100
branchstable
changeset 52259 074bc2b135f3
parent 51863 f4733654f144
permissions -rw-r--r--
packaging: explain why we purge while building wheels We also make is a bit narrower so that it is less surprising.

# name space package to host third party extensions

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)