|
[Webware-checkins] CVS: Webware install.py,1.31,1.32
From: Jay Love <jslove@us...> - 2002-03-01 00:21
|
Update of /cvsroot/webware/Webware In directory usw-pr-cvs1:/tmp/cvs-serv28253 Modified Files: install.py Log Message: Remove notice about Python 1.5 Index: install.py =================================================================== RCS file: /cvsroot/webware/Webware/install.py,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** install.py 8 Jan 2002 05:00:57 -0000 1.31 --- install.py 1 Mar 2002 00:21:27 -0000 1.32 *************** *** 255,259 **** def compileModules(self): import StringIO ! print "Byte compiling all modules\n\tNote: a Python 1.5 installation will \n\tproduce some errors. They can be safely \n\tignored for basic operation.\n------------------------------------------\n" stdout = sys.stdout stderr = sys.stderr --- 255,260 ---- def compileModules(self): import StringIO ! print "Byte compiling all modules\n ! ------------------------------------------\n" stdout = sys.stdout stderr = sys.stderr |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware install.py,1.31,1.32 | Jay Love <jslove@us...> |