summaryrefslogtreecommitdiffstats
path: root/Lib/fnmatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fnmatch.py')
-rw-r--r--Lib/fnmatch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/fnmatch.py b/Lib/fnmatch.py
index a4508bb..c40f500 100644
--- a/Lib/fnmatch.py
+++ b/Lib/fnmatch.py
@@ -12,6 +12,8 @@ corresponding to PATTERN. (It does not compile it.)
import re
+__all__ = ["fnmatch","fnmatchcase","translate"]
+
_cache = {}
def fnmatch(name, pat):