paste_wsgiref_simpleserver
==========================

Paste plugin to make wsgiref.simple_server available as a server runner.

This can come in handy if you need to run a WSGI server without concurrency --
For example, in order to profile your application or do a code coverage
analysis.
