[Pypi-checkins] r1022 - trunk/pypi

richard python-checkins at python.org
Wed Mar 14 18:50:05 CET 2012


Author: richard
Date: Wed Mar 14 18:50:04 2012
New Revision: 1022

Removed:
   trunk/pypi/testpypi.wsgi
Log:
remove unnecessary file

Deleted: /trunk/pypi/testpypi.wsgi
==============================================================================
--- /trunk/pypi/testpypi.wsgi	Wed Mar 14 18:50:04 2012
+++ (empty file)
@@ -1,12 +0,0 @@
-#!/usr/bin/python
-import sys, os
-prefix = os.path.dirname(__file__)
-sys.path.insert(0, prefix)
-
-import wsgi_app
-config_path = os.path.join(prefix, 'testpypi-config.ini')
-application = wsgi_app.Application(config_path, debug=True)
-
-if __name__ == '__main__':
-    application.test(8000)
-


More information about the Pypi-checkins mailing list