hgext3rd/__init__.py
author Jason R. Coombs <jaraco@jaraco.com>
Thu, 20 Apr 2023 15:56:58 -0400
changeset 50697 e7ef11b75fdc
parent 48966 6000f5b25c9b
child 51901 f4733654f144
permissions -rw-r--r--
library: incorporate demandimport into runpy invocation

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)