[Numpy-svn] r5469 - trunk/numpy/lib

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Jul 20 12:28:12 EDT 2008


Author: ptvirtan
Date: 2008-07-20 11:28:04 -0500 (Sun, 20 Jul 2008)
New Revision: 5469

Modified:
   trunk/numpy/lib/utils.py
Log:
Add a pydoc import in lookfor; missed in the import refactoring.

Modified: trunk/numpy/lib/utils.py
===================================================================
--- trunk/numpy/lib/utils.py	2008-07-20 12:05:41 UTC (rev 5468)
+++ trunk/numpy/lib/utils.py	2008-07-20 16:28:04 UTC (rev 5469)
@@ -502,6 +502,8 @@
         Re-generate the docstring cache
 
     """
+    import pydoc
+
     # Cache
     cache = _lookfor_generate_cache(module, import_modules, regenerate)
 




More information about the Numpy-svn mailing list