mercurial/hgweb/wsgicgi.py
changeset 8225 46293a0c7e9f
parent 7622 4dd7b28003d2
child 10201 d2847c4523e8
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     1 # hgweb/wsgicgi.py - CGI->WSGI translator
     1 # hgweb/wsgicgi.py - CGI->WSGI translator
     2 #
     2 #
     3 # Copyright 2006 Eric Hopper <hopper@omnifarious.org>
     3 # Copyright 2006 Eric Hopper <hopper@omnifarious.org>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms of the
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 #
     7 #
     8 # This was originally copied from the public domain code at
     8 # This was originally copied from the public domain code at
     9 # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side
     9 # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side
    10 
    10 
    11 import os, sys
    11 import os, sys