mercurial/hgweb/wsgicgi.py
branchstable
changeset 10263 25e572394f5c
parent 10201 d2847c4523e8
child 10339 23e608f42f2c
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     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 of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2 or any later version.
     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