hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Tue, 21 Nov 2023 16:20:58 +0100
branchstable
changeset 51132 d45afa07564c
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
relnotes: add 6.6 There are no differences between the rc and the actual release.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)