hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Mon, 24 Oct 2022 15:32:14 +0200
branchstable
changeset 49527 a3356ab610fc
parent 48875 6000f5b25c9b
permissions -rw-r--r--
branching: merge default into stable This marks the feature freeze for the 6.3 release

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)