hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 04 Jan 2023 12:07:55 +0100
branchstable
changeset 49842 a308c69470e7
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
Added signature for changeset 59466b13a3ae

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)