hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 15:28:44 -0700
changeset 48876 42d2b31cee0b
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
tests: remove from __future__ from inline Python in tests This is no longer required since we require Python 3 and the linter no longer requires these statements. Differential Revision: https://phab.mercurial-scm.org/D12255

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)