summaryrefslogtreecommitdiffstats
path: root/ext/ovh/soapi/domainInfo
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-09-16 12:52:12 +0200
committermakefu <root@pigstarter.de>2013-09-16 12:52:12 +0200
commitd064ae45514232825891357b3b31c80ae6f698e8 (patch)
tree0b3259ed5476ff576a1d622067d20f754ac8426d /ext/ovh/soapi/domainInfo
parentbd6b4bd957aba79669352b71be30b1a80adcf862 (diff)
update soapi.wsdl
Diffstat (limited to 'ext/ovh/soapi/domainInfo')
-rwxr-xr-xext/ovh/soapi/domainInfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovh/soapi/domainInfo b/ext/ovh/soapi/domainInfo
index 35459d06..4bfad237 100755
--- a/ext/ovh/soapi/domainInfo
+++ b/ext/ovh/soapi/domainInfo
@@ -14,7 +14,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']