mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Added docstring by Neal Norwitz. This closes SF bug #450979.
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user