[Scipy-svn] r2458 - trunk/Lib/sandbox/models/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Dec 21 19:38:16 EST 2006


Author: jarrod.millman
Date: 2006-12-21 18:38:13 -0600 (Thu, 21 Dec 2006)
New Revision: 2458

Modified:
   trunk/Lib/sandbox/models/tests/test_formula.py
Log:
removed wildcard import


Modified: trunk/Lib/sandbox/models/tests/test_formula.py
===================================================================
--- trunk/Lib/sandbox/models/tests/test_formula.py	2006-12-22 00:29:00 UTC (rev 2457)
+++ trunk/Lib/sandbox/models/tests/test_formula.py	2006-12-22 00:38:13 UTC (rev 2458)
@@ -6,7 +6,7 @@
 import numpy as N
 import numpy.random as R
 import numpy.linalg as L
-from numpy.testing import *
+from numpy.testing import assert_almost_equal, ScipyTestCase
 import scipy
 
 from scipy.sandbox.models import utils, formula, contrast




More information about the Scipy-svn mailing list