hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Mon, 09 Jan 2023 18:54:57 +0100
changeset 49926 0780371d6b1e
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
rust-clippy: tell `clippy` we don't need to declare a default here This is a struct only useful for tests.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)