diff options
author | Your Name <you@example.com> | 2013-09-19 23:20:54 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2013-09-19 23:20:54 +0200 |
commit | 7f18a3e2d4abfa3fcff713add25085fb47a6385c (patch) | |
tree | 380a3c17b50797346a78b0cbfc175cd12c874005 /ext/ovh/soapi/domainInfo | |
parent | 676b90df335c1fac9985d3a69ea5370352b3c110 (diff) | |
parent | 4823eb420b0fa7b41493ca0c57a042b2ce1ef294 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'ext/ovh/soapi/domainInfo')
-rwxr-xr-x | ext/ovh/soapi/domainInfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovh/soapi/domainInfo b/ext/ovh/soapi/domainInfo index 35459d06..4bfad237 100755 --- a/ext/ovh/soapi/domainInfo +++ b/ext/ovh/soapi/domainInfo @@ -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'] |