From: <jd...@us...> - 2007-11-12 20:08:24
|
Revision: 4236 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4236&view=rev Author: jdh2358 Date: 2007-11-12 12:08:11 -0800 (Mon, 12 Nov 2007) Log Message: ----------- removed duplicate load import Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/pylab.py Modified: trunk/matplotlib/lib/matplotlib/pylab.py =================================================================== --- trunk/matplotlib/lib/matplotlib/pylab.py 2007-11-12 19:22:05 UTC (rev 4235) +++ trunk/matplotlib/lib/matplotlib/pylab.py 2007-11-12 20:08:11 UTC (rev 4236) @@ -249,7 +249,7 @@ from numpy.random import * from numpy.linalg import * -from matplotlib.mlab import load, window_hanning, window_none, conv, detrend, demean, \ +from matplotlib.mlab import window_hanning, window_none, conv, detrend, demean, \ detrend_mean, detrend_none, detrend_linear, entropy, normpdf, levypdf, \ find, longest_contiguous_ones, longest_ones, prepca, prctile, prctile_rank, \ center_matrix, rk4, bivariate_normal, get_xyz_where, get_sparse_matrix, dist, \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |