diff options
author | makefu <github@syntax-fehler.de> | 2013-09-25 23:21:00 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-09-25 23:21:00 +0200 |
commit | 5ff7f557b8e9f5a0966ec029c6f7a5dd15a2dcc8 (patch) | |
tree | 1a0922ec1677efe9c2c926d0316bdc69c1e886d5 /ext/ovh/soapi/zoneExport | |
parent | 67ddf2c41e1285b2a1f11ff3eca8c3d9a7a377c5 (diff) | |
parent | 9f3a8aff6cfb84cf7ad43d917050126cf54c7d8b (diff) |
Merge branch 'master' of github.com:krebscode/painload
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'] |