19.0 vanilla

This commit is contained in:
Ernad Husremovic 2025-10-03 18:07:25 +02:00
parent 0a7ae8db93
commit 991d2234ca
416 changed files with 646602 additions and 300844 deletions

View file

@ -48,7 +48,7 @@ def new_get_soap_client(wsdlurl, timeout=30):
return _soap_clients[(wsdlurl, timeout)]
def patch_stdnum():
def patch_module():
try:
from stdnum import util
except ImportError: