base: fix soap client import (#35376)

This commit is contained in:
Serghei Mihai 2019-08-12 16:57:47 +02:00
parent fcf57c2f22
commit c7e00a7427
1 changed files with 1 additions and 0 deletions

View File

@ -336,3 +336,4 @@ def batch(iterable, size):
# legacy import, other modules keep importing to_json from passerelle.utils
from .jsonresponse import to_json
from .soap import SOAPClient, SOAPTransport