hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Thu, 21 Mar 2024 12:24:42 +0100
branchstable
changeset 51514 394ea4428163
parent 48875 6000f5b25c9b
permissions -rw-r--r--
Added signature for changeset 2e6fde2ed01e

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)