[Scipy-svn] r6786 - trunk/scipy/cluster/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Sep 12 17:13:55 EDT 2010


Author: warren.weckesser
Date: 2010-09-12 16:13:55 -0500 (Sun, 12 Sep 2010)
New Revision: 6786

Modified:
   trunk/scipy/cluster/tests/test_vq.py
Log:
TST: cluster: Don't use 'import *'.

Modified: trunk/scipy/cluster/tests/test_vq.py
===================================================================
--- trunk/scipy/cluster/tests/test_vq.py	2010-09-12 17:21:38 UTC (rev 6785)
+++ trunk/scipy/cluster/tests/test_vq.py	2010-09-12 21:13:55 UTC (rev 6786)
@@ -7,7 +7,8 @@
 import warnings
 
 import numpy as np
-from numpy.testing import *
+from numpy.testing import assert_array_equal, assert_array_almost_equal, \
+        TestCase, run_module_suite
 
 from scipy.cluster.vq import kmeans, kmeans2, py_vq, py_vq2, vq, ClusterError
 try:




More information about the Scipy-svn mailing list