normalize whitespace

This commit is contained in:
Fred Drake 2003-10-02 16:30:17 +00:00
parent a6008d08fa
commit 6f75a364e8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def get_info(fp):
date = time.strftime("%B %d, %Y", time.localtime(time.time()))
d["DATE"] = date
return d
def main():
s = sys.stdin.read()