diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-16 08:29:48 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-16 08:29:48 (GMT) |
commit | 30edd2387d5d5c1a266956434ebaed59ccfb923f (patch) | |
tree | 216e794450d897bed9a4077ec5037d2d662081e4 /Lib/dircache.py | |
parent | 4cf97c4972307f9187960c61f3c8cdd958d9520e (diff) | |
download | cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.zip cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.tar.gz cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/dircache.py')
-rw-r--r-- | Lib/dircache.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/dircache.py b/Lib/dircache.py index 6171ff8..be2f314 100644 --- a/Lib/dircache.py +++ b/Lib/dircache.py @@ -11,9 +11,9 @@ __all__ = ["listdir", "opendir", "annotate", "reset"] cache = {} def reset(): - """Reset the cache completely.""" - global cache - cache = {} + """Reset the cache completely.""" + global cache + cache = {} def listdir(path): """List directory contents, using cache.""" |