|
[Webware-checkins] CVS: Webware install.py,1.33,1.34
From: Chuck Esterbrook <echuck@us...> - 2002-03-01 16:12
|
Update of /cvsroot/webware/Webware In directory usw-pr-cvs1:/tmp/cvs-serv17182 Modified Files: install.py Log Message: fixed typo Index: install.py =================================================================== RCS file: /cvsroot/webware/Webware/install.py,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** install.py 1 Mar 2002 00:58:57 -0000 1.33 --- install.py 1 Mar 2002 16:12:15 -0000 1.34 *************** *** 25,29 **** from StringIO import StringIO ! MinimumVersionErrorMsg="""\nThis Release of Webware reuires Python %s. Your current version of Python is:\n %s.\nPlease go to http://www.python.org for the latest version of Python.\nYou may continue to install, but Webware may not perform as expected.\nDo you wish to continue with the installation? [yes/no]""" class Installer: --- 25,29 ---- from StringIO import StringIO ! MinimumVersionErrorMsg="""\nThis Release of Webware requires Python %s. Your current version of Python is:\n %s.\nPlease go to http://www.python.org for the latest version of Python.\nYou may continue to install, but Webware may not perform as expected.\nDo you wish to continue with the installation? [yes/no]""" class Installer: |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware install.py,1.33,1.34 | Chuck Esterbrook <echuck@us...> |