diff options
Diffstat (limited to 'Lib/dircache.py')
-rw-r--r-- | Lib/dircache.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/dircache.py b/Lib/dircache.py index 08b127a..a999743 100644 --- a/Lib/dircache.py +++ b/Lib/dircache.py @@ -6,6 +6,8 @@ The annotate() routine appends slashes to directories.""" import os +__all__ = ["listdir","opendir","annotate"] + cache = {} def listdir(path): |