[Pypi-checkins] r955 - trunk/pypi

richard python-checkins at python.org
Tue Aug 23 03:23:14 CEST 2011


Author: richard
Date: Tue Aug 23 03:23:13 2011
New Revision: 955

Modified:
   trunk/pypi/webui.py
Log:
whoops

Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py	(original)
+++ trunk/pypi/webui.py	Tue Aug 23 03:23:13 2011
@@ -724,12 +724,6 @@
         finally:
             f.close()
 
-        # just for making this all OK
-        self.handler.send_response(200, 'OK')
-        self.handler.set_content_type('text/plain')
-        self.handler.end_headers()
-        self.wfile.write('OK')
-
     def lasthour(self):
         self.write_template('rss1hour.xml', **{'content-type':'text/xml; charset=utf-8'})
 


More information about the Pypi-checkins mailing list