hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Tue, 07 Nov 2023 15:21:11 +0100
branchstable
changeset 51125 4224b1aa7ad8
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
branching: merge default into stable for 6.6rc0

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)