summaryrefslogtreecommitdiff
path: root/src/wsgiref/__init__.py
diff options
context:
space:
mode:
authorpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2006-06-05 17:48:00 +0000
committerpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2006-06-05 17:48:00 +0000
commitc59b8b067ce2e70a4a11238ac0bd727ff68254c0 (patch)
treec8ae3c4144a125303ecb1bc26c2d16216cfd37be /src/wsgiref/__init__.py
parent1c9e934df59c3d10d91868a5bad8df37c687569e (diff)
downloadwsgiref-c59b8b067ce2e70a4a11238ac0bd727ff68254c0.tar.gz
Get rid of 'src' subdirectory
git-svn-id: svn://svn.eby-sarna.com/svnroot/wsgiref@2167 571e12c6-e1fa-0310-aee7-ff1267fa46bd
Diffstat (limited to 'src/wsgiref/__init__.py')
-rw-r--r--src/wsgiref/__init__.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/wsgiref/__init__.py b/src/wsgiref/__init__.py
deleted file mode 100644
index 46c579f..0000000
--- a/src/wsgiref/__init__.py
+++ /dev/null
@@ -1,23 +0,0 @@
-"""wsgiref -- a WSGI (PEP 333) Reference Library
-
-Current Contents:
-
-* util -- Miscellaneous useful functions and wrappers
-
-* headers -- Manage response headers
-
-* handlers -- base classes for server/gateway implementations
-
-* simple_server -- a simple BaseHTTPServer that supports WSGI
-
-* validate -- validation wrapper that sits between an app and a server
- to detect errors in either
-
-To-Do:
-
-* cgi_gateway -- Run WSGI apps under CGI (pending a deployment standard)
-
-* cgi_wrapper -- Run CGI apps under WSGI
-
-* router -- a simple middleware component that handles URL traversal
-"""