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/zoneEntryDel | |
| parent | bd6b4bd957aba79669352b71be30b1a80adcf862 (diff) | |
update soapi.wsdl
Diffstat (limited to 'ext/ovh/soapi/zoneEntryDel')
| -rwxr-xr-x | ext/ovh/soapi/zoneEntryDel | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/ovh/soapi/zoneEntryDel b/ext/ovh/soapi/zoneEntryDel index c8137fc1..350ab0ee 100755 --- a/ext/ovh/soapi/zoneEntryDel +++ b/ext/ovh/soapi/zoneEntryDel @@ -15,7 +15,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'] | 
