summaryrefslogtreecommitdiffstats
path: root/ext/ovh/soapi/zoneImport
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ovh/soapi/zoneImport')
-rwxr-xr-xext/ovh/soapi/zoneImport2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovh/soapi/zoneImport b/ext/ovh/soapi/zoneImport
index 42d46caf..531fb8a1 100755
--- a/ext/ovh/soapi/zoneImport
+++ b/ext/ovh/soapi/zoneImport
@@ -16,7 +16,7 @@ def default(o):
return list(iterable)
return JSONEncoder.default(o)
-wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl'
+wsdl = dirname(realpath(__file__)) + '/soapi.wsdl'
soap = WSDL.Proxy(wsdl)
username = environ['KREBS_OVH_USER']