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
diff --git a/Mac/Demo/cgi/realcgitest.py b/Mac/Demo/cgi/realcgitest.py
index 5b45ed4..a91771a 100644
--- a/Mac/Demo/cgi/realcgitest.py
+++ b/Mac/Demo/cgi/realcgitest.py
@@ -2,6 +2,7 @@
"""
from MiniAEFrame import AEServer, MiniApplication
+import MacOS
class CGITest(AEServer, MiniApplication):
@@ -23,7 +24,7 @@
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