From: Kevin A. <ka...@us...> - 2004-07-28 16:04:29
|
Update of /cvsroot/pythoncard/PythonCard/samples/webserver/html/cgi-bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4766 Modified Files: contacts.py file_upload.py testenv.py Log Message: switch to /usr/bin/python Index: contacts.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/webserver/html/cgi-bin/contacts.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** contacts.py 8 Apr 2004 20:56:57 -0000 1.5 --- contacts.py 28 Jul 2004 16:04:18 -0000 1.6 *************** *** 1,3 **** ! #!/usr/local/bin/python import os, sys --- 1,3 ---- ! #!/usr/bin/python import os, sys Index: testenv.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/webserver/html/cgi-bin/testenv.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** testenv.py 17 Jun 2002 17:33:09 -0000 1.3 --- testenv.py 28 Jul 2004 16:04:18 -0000 1.4 *************** *** 1,3 **** ! #!/usr/local/bin/python print "Content-type: text/html\r\n\r\n", print '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' --- 1,3 ---- ! #!/usr/bin/python print "Content-type: text/html\r\n\r\n", print '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' Index: file_upload.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/webserver/html/cgi-bin/file_upload.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** file_upload.py 9 Sep 2002 00:26:38 -0000 1.1 --- file_upload.py 28 Jul 2004 16:04:18 -0000 1.2 *************** *** 1,3 **** ! #!/usr/local/bin/python import cgi, sys, os --- 1,3 ---- ! #!/usr/bin/python import cgi, sys, os |