SVN: soap/trunk/publisher.py cleanup whitespace
"Fred L. Drake, Jr." <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 30862:
cleanup whitespace
Changed:
U soap/trunk/publisher.py
-=-
Modified: soap/trunk/publisher.py
===================================================================
--- soap/trunk/publisher.py 2005-06-20 13:13:27 UTC (rev 30861)
+++ soap/trunk/publisher.py 2005-06-20 14:32:05 UTC (rev 30862)
@@ -144,7 +144,7 @@
body = premarshal(body)
output = StringIO()
result = body
-
+
if hasattr(result, 'typecode'):
tc = result.typecode
else:
@@ -153,7 +153,7 @@
SoapWriter(output).serialize(result, tc)
output.seek(0)
-
+
if not self._status_set:
self.setStatus(200)
self.setHeader('content-type', 'text/xml')
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS