Commit 5c99385d authored by Just van Rossum's avatar Just van Rossum

realcgitest.py: added import MacOS, it now works again. Removed NetPresenz reference.

cgitest.cgi.rsrc: disable argv emulation; this is essential for the first time the cgi applet starts up
parent 3f4d2121
......@@ -2,6 +2,7 @@
"""
from MiniAEFrame import AEServer, MiniApplication
import MacOS
class CGITest(AEServer, MiniApplication):
......@@ -23,7 +24,7 @@ class CGITest(AEServer, MiniApplication):
def cgihandler(self, pathargs, **args):
rv = """HTTP/1.0 200 OK
Server: NetPresenz; python-cgi-script
Server: Unknown; python-cgi-script
MIME-Version: 1.0
Content-type: text/html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment