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/zoneEntryList | |
parent | 67ddf2c41e1285b2a1f11ff3eca8c3d9a7a377c5 (diff) | |
parent | 9f3a8aff6cfb84cf7ad43d917050126cf54c7d8b (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'ext/ovh/soapi/zoneEntryList')
-rwxr-xr-x | ext/ovh/soapi/zoneEntryList | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovh/soapi/zoneEntryList b/ext/ovh/soapi/zoneEntryList index 63d0f1c6..d52d4420 100755 --- a/ext/ovh/soapi/zoneEntryList +++ b/ext/ovh/soapi/zoneEntryList @@ -14,7 +14,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'] |