Skip to content

Commit

Permalink
Fix some spacing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Kirkpatrick committed Jul 14, 2009
1 parent 9332ff4 commit 37f8645
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions soaplib/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ def __init__(self, tns = None, wsdl_map = False):
self.nsmap['soap'] = 'http://schemas.xmlsoap.org/wsdl/soap/'
self.nsmap['wsdl'] = 'http://schemas.xmlsoap.org/wsdl/'
else:
self.nsmap['SOAP-ENC'] = 'http://schemas.xmlsoap.org/soap/encoding/'
self.nsmap['SOAP-ENV'] = 'http://schemas.xmlsoap.org/soap/envelope/'
self.nsmap['SOAP-ENC'] \
= 'http://schemas.xmlsoap.org/soap/encoding/'
self.nsmap['SOAP-ENV'] \
= 'http://schemas.xmlsoap.org/soap/envelope/'
if tns is not None:
self.nsmap['tns'] = tns
self.nsmap['typens'] = tns
Expand Down

0 comments on commit 37f8645

Please sign in to comment.