Remove imsave from matplotlib until fixed in their source.

This commit is contained in:
Stefan van der Walt
2009-11-08 00:56:38 +02:00
parent 992d9df37e
commit 57a315240d
2 changed files with 3 additions and 5 deletions
@@ -1,4 +1,5 @@
[matplotlib]
description = Display or save images using Matplotlib
provides = imshow, imsave
provides = imshow
@@ -1,4 +1 @@
try:
from matplotlib.pyplot import imshow, imsave
except ImportError:
print "Could not import Matplotlib."
from matplotlib.pyplot import imshow