summaryrefslogtreecommitdiff
path: root/Lib/pkgutil.py
diff options
context:
space:
mode:
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
commitd4ae04fdb8319f5c44a6c22dcfdecd996e66affc (patch)
treee8ec5754afd4e7358b7a6067e3b8bbc95621c2bb /Lib/pkgutil.py
parentf2c6db5faca7ff04bb4d269780b1dd625bc54606 (diff)
parent51b7aedaddb357340fa219d89f263269562d1f62 (diff)
downloadcpython-git-d4ae04fdb8319f5c44a6c22dcfdecd996e66affc.tar.gz
Branch merge
Diffstat (limited to 'Lib/pkgutil.py')
-rw-r--r--Lib/pkgutil.py2
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',
]