]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sun, 29 Jun 2003 16:59:43 +0000 (16:59 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sun, 29 Jun 2003 16:59:43 +0000 (16:59 +0000)
Lib/linecache.py

index 56b686e80e58a4cd6cd46a245188571d5d5b7958..1b70c7c230546bf54b19cf70a369f73d9fde8b13 100644 (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)