Skip to content

Commit 37f8645

Browse files
author
Jamie Kirkpatrick
committed
Fix some spacing issues.
1 parent 9332ff4 commit 37f8645

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

soaplib/xml.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ def __init__(self, tns = None, wsdl_map = False):
1515
self.nsmap['soap'] = 'http://schemas.xmlsoap.org/wsdl/soap/'
1616
self.nsmap['wsdl'] = 'http://schemas.xmlsoap.org/wsdl/'
1717
else:
18-
self.nsmap['SOAP-ENC'] = 'http://schemas.xmlsoap.org/soap/encoding/'
19-
self.nsmap['SOAP-ENV'] = 'http://schemas.xmlsoap.org/soap/envelope/'
18+
self.nsmap['SOAP-ENC'] \
19+
= 'http://schemas.xmlsoap.org/soap/encoding/'
20+
self.nsmap['SOAP-ENV'] \
21+
= 'http://schemas.xmlsoap.org/soap/envelope/'
2022
if tns is not None:
2123
self.nsmap['tns'] = tns
2224
self.nsmap['typens'] = tns

0 commit comments

Comments
 (0)