diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:50:19 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:50:19 +0200 |
commit | d4ae04fdb8319f5c44a6c22dcfdecd996e66affc (patch) | |
tree | e8ec5754afd4e7358b7a6067e3b8bbc95621c2bb /Lib/pkgutil.py | |
parent | f2c6db5faca7ff04bb4d269780b1dd625bc54606 (diff) | |
parent | 51b7aedaddb357340fa219d89f263269562d1f62 (diff) | |
download | cpython-git-d4ae04fdb8319f5c44a6c22dcfdecd996e66affc.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 b48627565c..2d885683e0 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', ] |