diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/fnmatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fnmatch.py b/Lib/fnmatch.py index 0d3d92c..3bf2463 100644 --- a/Lib/fnmatch.py +++ b/Lib/fnmatch.py @@ -12,7 +12,7 @@ corresponding to PATTERN. (It does not compile it.) import re -__all__ = ["fnmatch","fnmatchcase","translate"] +__all__ = ["filter", "fnmatch","fnmatchcase","translate"] _cache = {} |