hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Tue, 10 Jan 2023 11:20:54 +0100
changeset 49937 750409505286
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
rust-clippy: merge "revlog" module definition and struct implementation Module inception is confusing when looking for code and almost never the right choice.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)