Changeset 939
- Timestamp:
- 04/17/03 15:48:39 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/setup.py
r938 r939 23 23 # 24 24 # $Log$ 25 # Revision 1.10 2003/04/17 13:48:39 jalet 26 # Better help 27 # 25 28 # Revision 1.9 2003/04/17 13:47:28 jalet 26 29 # Help added during installation. … … 103 106 if help is not None : 104 107 sys.stout.write("%s\n" % help) 108 sys.stdout.write("You may continue safely if you don't need this functionnality.\n") 105 109 answer = raw_input("%s is missing. Do you want to continue anyway (y/N) ? " % prompt) 106 110 if answer[0:1].upper() == 'Y' :