Whitespace normalization.

This commit is contained in:
Jeremy Hylton 2003-06-29 16:59:43 +00:00
parent bfccb35b58
commit 97b2e84d43
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ that name.
import sys
import os
__all__ = ["getline","clearcache","checkcache"]
__all__ = ["getline", "clearcache", "checkcache"]
def getline(filename, lineno):
lines = getlines(filename)