SF patch #765238: fix fnmatch.__all__

(Contributed by George Yoshida.)
This commit is contained in:
Raymond Hettinger 2003-07-13 16:06:26 +00:00
parent ae5c37b7b3
commit 4a4296ec29

View file

@ -12,7 +12,7 @@
import re
__all__ = ["fnmatch","fnmatchcase","translate"]
__all__ = ["filter", "fnmatch","fnmatchcase","translate"]
_cache = {}