view hgext/__init__.py @ 51367:4e960838f470 stable

Added tag 6.6.3 for changeset 3fd1efb3ad12
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 12 Feb 2024 16:16:10 +0100
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)