Author: asl2
Date: 2005-03-22 16:41:37 -0700 (Tue, 22 Mar 2005)
New Revision: 2218
Modified:
WSGIKit/trunk/wsgikit/twisted_wsgi.py
Log:
Add location for wsgiref library
Modified: WSGIKit/trunk/wsgikit/twisted_wsgi.py
===================================================================
--- WSGIKit/trunk/wsgikit/twisted_wsgi.py 2005-03-22 23:40:38 UTC (rev 2217)
+++ WSGIKit/trunk/wsgikit/twisted_wsgi.py 2005-03-22 23:41:37 UTC (rev 2218)
@@ -1,7 +1,8 @@
# By Peter Hunt
# The canonical location for this file: http://st0rm.hopto.org:8080/wsgi/
-# new twisted.wsgi resource which uses the wsgiref library
+# new twisted.wsgi resource which uses the wsgiref library, available
+# at http://cvs.eby-sarna.com/wsgiref/
from wsgiref import handlers
|