hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 15 Nov 2024 00:29:37 +0100
branchstable
changeset 52256 ff1d4b2df8bd
parent 51863 f4733654f144
permissions -rw-r--r--
ci: abstract the branch matching regexp This is less error prone and make debugging branch-only pipeline simpler.

# name space package to host third party extensions

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)