python: Moved the Python 3 files to their own directory and restored Python 2 files.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 2 Dec 2011 05:09:12 +0000 (06:09 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 2 Dec 2011 06:32:47 +0000 (07:32 +0100)
commit173e0e9efec5ae690cc157fe238113fcd814895e
treed91a3939bc6c86966b394fd0d0265ef0fc945f42
parent188cd02daf85ef68a832deab4fcbf0daaf2d4573
python: Moved the Python 3 files to their own directory and restored Python 2 files.
23 files changed:
python/ashd-wsgi [new file with mode: 0755]
python/ashd/proto.py
python/ashd/scgi.py
python/ashd/util.py
python/ashd/wsgidir.py
python/ashd/wsgiutil.py
python/htp.c
python/scgi-wsgi [new file with mode: 0755]
python/setup.py
python3/.gitignore [new file with mode: 0644]
python3/ashd-wsgi3 [moved from python/ashd-wsgi3 with 100% similarity]
python3/ashd/__init__.py [new file with mode: 0644]
python3/ashd/proto.py [new file with mode: 0644]
python3/ashd/scgi.py [new file with mode: 0644]
python3/ashd/util.py [new file with mode: 0644]
python3/ashd/wsgidir.py [new file with mode: 0644]
python3/ashd/wsgiutil.py [new file with mode: 0644]
python3/doc/.gitignore [new file with mode: 0644]
python3/doc/ashd-wsgi.doc [new file with mode: 0644]
python3/doc/scgi-wsgi.doc [new file with mode: 0644]
python3/htp.c [new file with mode: 0644]
python3/scgi-wsgi3 [moved from python/scgi-wsgi3 with 100% similarity]
python3/setup.py [new file with mode: 0755]