hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 15 Dec 2023 11:10:24 +0100
changeset 51184 a9f96e809c2a
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
branching: merge with default We merge with the current children of the bad merge (37b52b938579)

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)