hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 21 Aug 2023 17:26:56 -0400
changeset 50969 55c28ffadb14
parent 48966 6000f5b25c9b
permissions -rw-r--r--
debugobsolete: migrate `opts` to native kwargs

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)