diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:35:14 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:35:14 +0200 |
commit | f46676d48fe0e06ee76c6158cb915c20e8751ced (patch) | |
tree | bd77e24b11f2a378e60ff432ef9f0330dfb3f82f /Lib/pkgutil.py | |
parent | 92236e5651ade38b31281ed92e2c2846f8ccd0d8 (diff) | |
parent | aa1ef2d735772b7a4c4b4164998da2883208ea48 (diff) | |
download | cpython-git-f46676d48fe0e06ee76c6158cb915c20e8751ced.tar.gz |
Branch merge
Diffstat (limited to 'Lib/pkgutil.py')
-rw-r--r-- | Lib/pkgutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pkgutil.py b/Lib/pkgutil.py index b0cefee34c..2dd20cd8e6 100644 --- a/Lib/pkgutil.py +++ b/Lib/pkgutil.py @@ -8,7 +8,7 @@ from types import ModuleType __all__ = [ 'get_importer', 'iter_importers', 'get_loader', 'find_loader', - 'walk_packages', 'iter_modules', + 'walk_packages', 'iter_modules', 'get_data', 'ImpImporter', 'ImpLoader', 'read_code', 'extend_path', ] |