Changeset 45ab770 in mainline
- Timestamp:
- 2005-12-07T14:53:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54257ba
- Parents:
- 839470f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config.py
r839470f r45ab770 188 188 if defopt: 189 189 kw['default-item'] = choices[defopt][0] 190 res,data = self.calldlg('--cancel-label',button[1], 190 res,data = self.calldlg('--extra-label',button[1], 191 '--extra-button', 191 192 '--menu',text,height,width, 192 193 str(len(choices)),*args,**kw) 193 if res == 1:194 if res == 3: 194 195 return button[0] 196 if res == 1: # Cancel 197 sys.exit(1) 195 198 elif res: 196 199 print data
Note:
See TracChangeset
for help on using the changeset viewer.