hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Fri, 24 Mar 2023 00:11:31 +0100
branchstable
changeset 50327 d4ce87bb65be
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
Added tag 6.4 for changeset f14864fffdca

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)