hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Thu, 22 Jun 2023 14:24:21 +0200
branchstable
changeset 50721 3455059a17aa
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
Added tag 6.5rc0 for changeset bb42988c7e15

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)