Added docstring by Neal Norwitz. This closes SF bug #450979.

This commit is contained in:
Fred Drake 2001-09-04 18:39:45 +00:00
parent 757f7809e1
commit 05857df41b

View file

@ -1,8 +1,14 @@
#
# imputil.py: import utilities
#
"""
Import utilities
### docco needed here and in Docs/ ...
Exported classes:
ImportManager Manage the import process
Importer Base class for replacing standard import functions
BuiltinImporter Emulate the import mechanism for builtin and frozen modules
DynLoadSuffixImporter
"""
# note: avoid importing non-builtin modules
import imp ### not available in JPython?