mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added docstring by Neal Norwitz. This closes SF bug #450979.
This commit is contained in:
parent
757f7809e1
commit
05857df41b
1 changed files with 10 additions and 4 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue