Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57c7721

Browse files
committed
remove 'import *' usage
svn path=/trunk/matplotlib/; revision=7586
1 parent 1982fba commit 57c7721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_matplotlib/TestAxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""The Axes unit-test class implementation."""
33
#=======================================================================
44

5-
from mplTest import *
5+
from mplTest import MplTestCase
66

77
#=======================================================================
88
# Add import modules below.

0 commit comments

Comments
 (0)