summaryrefslogtreecommitdiffstats
path: root/Lib/dircache.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-03-16 08:29:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-03-16 08:29:48 (GMT)
commit30edd2387d5d5c1a266956434ebaed59ccfb923f (patch)
tree216e794450d897bed9a4077ec5037d2d662081e4 /Lib/dircache.py
parent4cf97c4972307f9187960c61f3c8cdd958d9520e (diff)
downloadcpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.zip
cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.tar.gz
cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/dircache.py')
-rw-r--r--Lib/dircache.py6
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."""