hgext/__init__.py
author Manuel Jacob <me@manueljacob.de>
Tue, 07 Jul 2020 11:10:07 +0200
changeset 45071 bc05c13e246f
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
tests: make names in test-stdio.py more distinctive This way, more tests can be added without name clashes.

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)