Added a SCGI-WSGI gateway for Python.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 3 Sep 2010 05:38:03 +0000 (07:38 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 3 Sep 2010 05:38:03 +0000 (07:38 +0200)
commitc06db49a3a4bfbf14b1661b667e1ed1cbab2bcd0
treebaef63fc63f5505a35df86fa2b0c69e4867e70e2
parent608f4ac7a840277f9754d8fe0410a31727057d3f
Added a SCGI-WSGI gateway for Python.
python/.gitignore [new file with mode: 0644]
python/ashd/__init__.py [new file with mode: 0644]
python/ashd/scgi.py [new file with mode: 0644]
python/ashd/wsgidir.py [new file with mode: 0644]
python/ashd/wsgiutil.py [new file with mode: 0644]
python/scgi-wsgi [new file with mode: 0755]