a few more modules get __all__

This commit is contained in:
Skip Montanaro 2001-01-24 06:27:27 +00:00
parent bbd89b66b1
commit 17ab123cf1
11 changed files with 31 additions and 0 deletions

View file

@ -14,6 +14,8 @@ import __builtin__
import struct
import marshal
__all__ = ["ImportManager","Importer","BuiltinImporter"]
_StringType = type('')
_ModuleType = type(sys) ### doesn't work in JPython...