[Zope3-checkins] CVS: Zope3/src/zope/publisher - http.py:1.27
Jeremy Hylton
jeremy@zope.com
Mon, 30 Jun 2003 15:32:21 -0400
Update of /cvs-repository/Zope3/src/zope/publisher
In directory cvs.zope.org:/tmp/cvs-serv20148
Modified Files:
http.py
Log Message:
Remove unused local variable.
=== Zope3/src/zope/publisher/http.py 1.26 => 1.27 ===
--- Zope3/src/zope/publisher/http.py:1.26 Mon Jun 9 12:39:14 2003
+++ Zope3/src/zope/publisher/http.py Mon Jun 30 15:32:20 2003
@@ -821,7 +821,6 @@
# for apps to control the status code.
self.setStatus(tname)
- status = self.getStatus()
body = self._html(title, "A server error occurred." )
self.setBody(body)