From: Fredrik Tolf Date: Thu, 21 Oct 2010 10:03:49 +0000 (+0200) Subject: python: Added an alternative WSGI server that speaks ashd directly. X-Git-Tag: 0.4~17 X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=c270f222b55e805cd42c223da1c1d8774d6bd4cf;hp=c270f222b55e805cd42c223da1c1d8774d6bd4cf;p=ashd.git python: Added an alternative WSGI server that speaks ashd directly. That is, avoiding the need to SCGI-wrap everything. It only works with CPython, though. ---