This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
- Fix problem when WSDL.Proxy was passed WSDL in a string or other
main
Gregory Warnes
21 years ago
parent
c3f54dc95d
commit
f0f30cade1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
WSDLTools.py
+ 1
- 1
WSDLTools.py
View File
@@ -27,7 +27,7 @@ class WSDLReader:
wsdl = WSDL()
if name:
wsdl.location = name
else:
el
if ha
s
attr(fil
e
, 'name')
:
wsdl.location = file.name
wsdl.load(document)
return wsdl
Write
Preview
Loading…
Cancel
Save