Whitespace normalization, via reindent.py.

This commit is contained in:
Tim Peters 2004-07-18 06:16:08 +00:00
parent e6ddc8b20b
commit 182b5aca27
453 changed files with 31318 additions and 31452 deletions

View file

@ -105,7 +105,7 @@ def strdialog(master, title, text, bitmap, default, *args):
{'width': '3i',
'text': text,
'font': '-Adobe-Times-Medium-R-Normal-*-180-*',
Pack: {'side': 'left',
Pack: {'side': 'left',
'fill': 'both',
'padx': '3m', 'pady': '3m'}})
@ -187,7 +187,7 @@ def askstr(str):
def askfile(str): # XXXX For now...
i = strdialog(mainWidget, 'Question', str, '', 0)
return i
# The rest is the test program.
def _go():