]> git.pld-linux.org Git - packages/python-SOAP.git/blame - python-SOAP-urltry.patch
- cleanups
[packages/python-SOAP.git] / python-SOAP-urltry.patch
CommitLineData
6fd2adb0 1--- SOAPpy-0.11.6/SOAPpy/WSDL.py~ 2004-01-31 04:20:06.000000000 +0000
2+++ SOAPpy-0.11.6/SOAPpy/WSDL.py 2004-11-09 11:17:48.927693480 +0000
3@@ -63,6 +63,11 @@
4 except (IOError, OSError): pass
5
6 if self.wsdl is None:
7+ try:
8+ self.wsdl = reader.loadFromURL(wsdlsource)
9+ except (IOError, OSError): pass
10+
11+ if self.wsdl is None:
12 import StringIO
13 self.wsdl = reader.loadFromString(str(wsdlsource))
14 #print 'string'
This page took 0.13462 seconds and 4 git commands to generate.