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

Skip to content

Commit 409de1d

Browse files
committed
fixed a python2.3 set bug
svn path=/trunk/matplotlib/; revision=3382
1 parent b833ab4 commit 409de1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
from numerix.mlab import hanning, cov, diff, svd, rand, std
7777
from numerix.fft import fft, inverse_fft
7878

79-
from cbook import iterable, is_string_like, to_filehandle
79+
from cbook import iterable, is_string_like, to_filehandle, set
8080

8181

8282
def mean(x, dim=None):

0 commit comments

Comments
 (0)