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/zoneExport | |
parent | bd6b4bd957aba79669352b71be30b1a80adcf862 (diff) |
update soapi.wsdl
Diffstat (limited to 'ext/ovh/soapi/zoneExport')
-rwxr-xr-x | ext/ovh/soapi/zoneExport | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ovh/soapi/zoneExport b/ext/ovh/soapi/zoneExport index 7747ded4..8471f69c 100755 --- a/ext/ovh/soapi/zoneExport +++ b/ext/ovh/soapi/zoneExport @@ -14,7 +14,8 @@ 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' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] |