summaryrefslogtreecommitdiffstats
path: root/ext/ovh/soapi/zoneExport
diff options
context:
space:
mode:
authorYour Name <you@example.com>2013-09-19 23:20:54 +0200
committerYour Name <you@example.com>2013-09-19 23:20:54 +0200
commit7f18a3e2d4abfa3fcff713add25085fb47a6385c (patch)
tree380a3c17b50797346a78b0cbfc175cd12c874005 /ext/ovh/soapi/zoneExport
parent676b90df335c1fac9985d3a69ea5370352b3c110 (diff)
parent4823eb420b0fa7b41493ca0c57a042b2ce1ef294 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'ext/ovh/soapi/zoneExport')
-rwxr-xr-xext/ovh/soapi/zoneExport3
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']