view hgext3rd/__init__.py @ 52029:921b8ad3feae

contrib: install pip 24.2 in the Windows dependency installer script One of the modern pythons was crying about the old version importing `distutils`.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 21 Oct 2024 11:48:09 -0400
parents f4733654f144
children
line wrap: on
line source

# name space package to host third party extensions

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)