ENH: Expose data module. Currently just provides scipy's lena in a more convenient location.

This commit is contained in:
Stefan van der Walt
2011-09-24 13:21:44 -07:00
parent 4174d5fef0
commit 3b1fb71ce9
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import scipy.misc as _m
lena = _m.lena