]> granicus.if.org Git - python/commitdiff
Added docstring by Neal Norwitz. This closes SF bug #450979.
authorFred Drake <fdrake@acm.org>
Tue, 4 Sep 2001 18:39:45 +0000 (18:39 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 4 Sep 2001 18:39:45 +0000 (18:39 +0000)
Lib/imputil.py

index eb53e070e5eb1456f345ed4ce2f2d04d381b1120..b4f93f45c7e5516e7e9bde4f12c0c6022f2f18ec 100644 (file)
@@ -1,8 +1,14 @@
-#
-# 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?