more __all__ updates
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 @@
 
 import re
 
+__all__ = ["fnmatch","fnmatchcase","translate"]
+
 _cache = {}
 
 def fnmatch(name, pat):