hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Thu, 16 Jun 2022 15:28:54 +0200
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
permissions -rw-r--r--
branching: merge default into stable

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)