Kaydet (Commit) 05857df4 authored tarafından Fred Drake's avatar Fred Drake

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

üst 757f7809
#
# imputil.py: import utilities
#
"""
Import utilities
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
### docco needed here and in Docs/ ...
DynLoadSuffixImporter
"""
# note: avoid importing non-builtin modules
import imp ### not available in JPython?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment