Add 'imsave' to the '*' output of pil_plugin

This commit is contained in:
Steven Silvester
2014-10-10 05:43:46 -05:00
parent 78453cb4d7
commit fe6912b591
+1 -1
View File
@@ -1,4 +1,4 @@
__all__ = ['imread']
__all__ = ['imread', 'imsave']
import numpy as np