diff options
Diffstat (limited to 'Lib/imputil.py')
-rw-r--r-- | Lib/imputil.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/imputil.py b/Lib/imputil.py index ca359e95d74..3185d7d94cc 100644 --- a/Lib/imputil.py +++ b/Lib/imputil.py @@ -14,6 +14,8 @@ import __builtin__ import struct import marshal +__all__ = ["ImportManager","Importer","BuiltinImporter"] + _StringType = type('') _ModuleType = type(sys) ### doesn't work in JPython... |