Changeset 2d93f1f9 in mainline for tools/config.py


Ignore:
Timestamp:
2005-12-06T21:58:18Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a80d406
Parents:
36e7b6c3
Message:

Named spinlocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/config.py

    r36e7b6c3 r2d93f1f9  
    4040    def print_title(self):
    4141        if not self.printed:
    42             sys.stdout.write("*** %s ***\n" % self.title)
     42            sys.stdout.write("\n*** %s ***\n" % self.title)
    4343            self.printed = True
    4444
     
    313313            # Last comment before question will be displayed to the user
    314314            comment = line[1:].strip()
    315         elif line.startswith('##'):
     315        elif line.startswith('## '):
    316316            # Set title of the dialog window
    317317            dlg.set_title(line[2:].strip())
Note: See TracChangeset for help on using the changeset viewer.