Revision b054927a8a18bd989f902bcbf3ac7113a6cd765b authored by Phabricator Migration user on 06 January 2023, 21:13:36 UTC, committed by Phabricator Migration user on 06 January 2023, 21:13:36 UTC
Fix XML parsing of the client.

See merge request swh/devel/swh-deposit!162
2 parent s aa7e2b1 + 0bb516d
Raw File
__init__.py
from pkgutil import extend_path
from typing import Iterable

__path__ = extend_path(__path__, __name__)  # type: Iterable[str]
back to top