mirror of https://github.com/python/cpython
normalize whitespace
This commit is contained in:
parent
a6008d08fa
commit
6f75a364e8
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue