summaryrefslogtreecommitdiffstats
path: root/Lib/pkgutil.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-26 14:52:22 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-05-26 14:52:22 (GMT)
commit8fcda6829a457616d323d1282a3c434af20224c5 (patch)
treef67bb154e33dde2287ca2747bc506888af8d9545 /Lib/pkgutil.py
parentdbfba1667cce8a4e4b28a1cd1f8772e063c06e49 (diff)
parent31890bc9ba7c46ed5bcdb91de39f7251badca8b1 (diff)
downloadcpython-8fcda6829a457616d323d1282a3c434af20224c5.zip
cpython-8fcda6829a457616d323d1282a3c434af20224c5.tar.gz
cpython-8fcda6829a457616d323d1282a3c434af20224c5.tar.bz2
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 c50928f..322bbdf 100644
--- a/Lib/pkgutil.py
+++ b/Lib/pkgutil.py
@@ -11,7 +11,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',
]