diff options
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'] | 
