|
From: <as...@us...> - 2009-08-30 00:03:38
|
Revision: 7586
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7586&view=rev
Author: astraw
Date: 2009-08-30 00:03:25 +0000 (Sun, 30 Aug 2009)
Log Message:
-----------
remove 'import *' usage
Modified Paths:
--------------
trunk/matplotlib/test/test_matplotlib/TestAxes.py
Modified: trunk/matplotlib/test/test_matplotlib/TestAxes.py
===================================================================
--- trunk/matplotlib/test/test_matplotlib/TestAxes.py 2009-08-29 18:14:28 UTC (rev 7585)
+++ trunk/matplotlib/test/test_matplotlib/TestAxes.py 2009-08-30 00:03:25 UTC (rev 7586)
@@ -2,7 +2,7 @@
"""The Axes unit-test class implementation."""
#=======================================================================
-from mplTest import *
+from mplTest import MplTestCase
#=======================================================================
# Add import modules below.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|