hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 15 Feb 2022 20:24:46 -0800
changeset 48773 6cfa30681a1d
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
branching: merge with stable

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)