summaryrefslogtreecommitdiffstats
path: root/ext/ovh/soapi/zoneEntryDel
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-09-25 23:21:00 +0200
committermakefu <github@syntax-fehler.de>2013-09-25 23:21:00 +0200
commit5ff7f557b8e9f5a0966ec029c6f7a5dd15a2dcc8 (patch)
tree1a0922ec1677efe9c2c926d0316bdc69c1e886d5 /ext/ovh/soapi/zoneEntryDel
parent67ddf2c41e1285b2a1f11ff3eca8c3d9a7a377c5 (diff)
parent9f3a8aff6cfb84cf7ad43d917050126cf54c7d8b (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'ext/ovh/soapi/zoneEntryDel')
-rwxr-xr-xext/ovh/soapi/zoneEntryDel2
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']