hgext3rd/__init__.py
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Wed, 11 Jan 2023 19:53:58 +0000
changeset 49895 07792fd1837f
parent 48875 6000f5b25c9b
permissions -rw-r--r--
doc: add a few comments

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)