hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 20 Aug 2023 16:19:41 -0400
changeset 50900 b3ac579bde41
parent 48966 6000f5b25c9b
permissions -rw-r--r--
gpg: migrate `opts` to native kwargs

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)