[Numpy-svn] r3952 - trunk/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Aug 7 06:32:17 EDT 2007


Author: stefan
Date: 2007-08-07 05:31:44 -0500 (Tue, 07 Aug 2007)
New Revision: 3952

Modified:
   trunk/numpy/__init__.py
Log:
Make sure we import numpy's configuration. Closes ticket #565.


Modified: trunk/numpy/__init__.py
===================================================================
--- trunk/numpy/__init__.py	2007-08-07 09:03:40 UTC (rev 3951)
+++ trunk/numpy/__init__.py	2007-08-07 10:31:44 UTC (rev 3952)
@@ -17,7 +17,7 @@
 """
 
 try:
-    from __config__ import show as show_config
+    from numpy.__config__ import show as show_config
 except ImportError:
     show_config = None
 




More information about the Numpy-svn mailing list