Changeset 16 for trunk/pxeconfig/pxeconfig
- Timestamp:
- 08/16/02 09:43:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig/pxeconfig
r15 r16 7 7 # 8 8 # CVS info 9 # $Date: 2002/08/16 0 5:55:13$10 # $Revision: 1. 8$9 # $Date: 2002/08/16 07:43:21 $ 10 # $Revision: 1.9 $ 11 11 # 12 12 # Copyright (C) 2002 … … 102 102 103 103 while 1: 104 index = raw_input(' Choicea number: ')104 index = raw_input('Select a number: ') 105 105 try: 106 106 index = int(index)
Note: See TracChangeset
for help on using the changeset viewer.