hgext/__init__.py
author Manuel Jacob <me@manueljacob.de>
Tue, 31 May 2022 02:36:05 +0200
changeset 49306 425ca3428d03
parent 48966 6000f5b25c9b
permissions -rw-r--r--
tests: constant-fold a `pycompat.ispy3` in testlib/badserverext.py

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)