hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 21 Feb 2022 11:11:59 -0700
changeset 48927 c17aee610bab
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
merge: remove pycompat.iteritems() Differential Revision: https://phab.mercurial-scm.org/D12332

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)