Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 604 → Rev 603

/kernel/trunk/tools/config.py
80,7 → 80,6
sys.stdout.write('Enter choice number: ')
 
def menu(self, text, choices, button, defopt=None):
self.title = 'Main menu'
menu = []
for key, descr in choices:
txt = key + (45-len(key))*' ' + ': ' + descr
178,7 → 177,6
return 'n'
 
def menu(self, text, choices, button, defopt=None):
self.title = 'Main menu'
text = text + ':'
width = '70'
height = str(8 + len(choices))