[Numpy-svn] r6084 - trunk/numpy/ma/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Nov 20 04:01:59 EST 2008


Author: cdavid
Date: 2008-11-20 03:01:53 -0600 (Thu, 20 Nov 2008)
New Revision: 6084

Modified:
   trunk/numpy/ma/tests/test_core.py
Log:
Import np_ in ma tests since the import is not available in numpy.ma anymore.

Modified: trunk/numpy/ma/tests/test_core.py
===================================================================
--- trunk/numpy/ma/tests/test_core.py	2008-11-19 15:00:37 UTC (rev 6083)
+++ trunk/numpy/ma/tests/test_core.py	2008-11-20 09:01:53 UTC (rev 6084)
@@ -12,6 +12,7 @@
 import numpy as np
 import numpy.core.fromnumeric  as fromnumeric
 from numpy import ndarray
+from numpy import int_
 from numpy.ma.testutils import *
 
 import numpy.ma.core




More information about the Numpy-svn mailing list