Changeset 2d93f1f9 in mainline for tools/config.py
- Timestamp:
- 2005-12-06T21:58:18Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a80d406
- Parents:
- 36e7b6c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config.py
r36e7b6c3 r2d93f1f9 40 40 def print_title(self): 41 41 if not self.printed: 42 sys.stdout.write(" *** %s ***\n" % self.title)42 sys.stdout.write("\n*** %s ***\n" % self.title) 43 43 self.printed = True 44 44 … … 313 313 # Last comment before question will be displayed to the user 314 314 comment = line[1:].strip() 315 elif line.startswith('## '):315 elif line.startswith('## '): 316 316 # Set title of the dialog window 317 317 dlg.set_title(line[2:].strip())
Note:
See TracChangeset
for help on using the changeset viewer.