[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP - HTTPResponse.py:1.1.2.4

Shane Hathaway shane@digicool.com
Fri, 16 Nov 2001 12:58:55 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/HTTP
In directory cvs.zope.org:/tmp/cvs-serv29537/Publisher/HTTP

Modified Files:
      Tag: Zope-3x-branch
	HTTPResponse.py 
Log Message:
Indentation mistake


=== Zope3/lib/python/Zope/Publisher/HTTP/HTTPResponse.py 1.1.2.3 => 1.1.2.4 ===
             else:
                 status=500
-            self.status=status
+        self.status=status
+
         if reason is None:
             if status == 200:
                 reason = 'Ok'