view hgext3rd/__init__.py @ 52280:dae74953ab66 stable

Added tag 6.9 for changeset b267c5764cc6
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 20 Nov 2024 15:38:54 +0100
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__)