[ENH] include matplotlib's imread

This commit is contained in:
Andreas Mueller
2011-10-16 19:40:25 +02:00
parent 9545f85f18
commit d0041a8c74
2 changed files with 2 additions and 3 deletions
@@ -1,4 +1,4 @@
[matplotlib]
description = Display or save images using Matplotlib
provides = imshow, _app_show
provides = imshow, imread, _app_show
@@ -1,5 +1,4 @@
from matplotlib.pyplot import imshow, show
from matplotlib.pyplot import imshow, show, imread
def _app_show():
show()