hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 08 Jun 2022 15:46:04 +0200
changeset 49287 127d33e63d1a
parent 48966 6000f5b25c9b
permissions -rw-r--r--
branching: merge stable into default

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)