diff options
Diffstat (limited to 'Lib/glob.py')
-rw-r--r-- | Lib/glob.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/glob.py b/Lib/glob.py index 2c214553d3..eeb6bdd646 100644 --- a/Lib/glob.py +++ b/Lib/glob.py @@ -4,6 +4,7 @@ import os import fnmatch import re +__all__ = ["glob"] def glob(pathname): """Return a list of paths matching a pathname pattern. |