diff options
author | makefu <root@pigstarter.de> | 2013-09-16 12:52:12 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-09-16 12:52:12 +0200 |
commit | d064ae45514232825891357b3b31c80ae6f698e8 (patch) | |
tree | 0b3259ed5476ff576a1d622067d20f754ac8426d /ext/ovh/soapi/zoneEntryList | |
parent | bd6b4bd957aba79669352b71be30b1a80adcf862 (diff) |
update soapi.wsdl
Diffstat (limited to 'ext/ovh/soapi/zoneEntryList')
-rwxr-xr-x | ext/ovh/soapi/zoneEntryList | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovh/soapi/zoneEntryList b/ext/ovh/soapi/zoneEntryList index 63d0f1c6..d52d4420 100755 --- a/ext/ovh/soapi/zoneEntryList +++ b/ext/ovh/soapi/zoneEntryList @@ -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'] |