Add __all__ to data package

This commit is contained in:
Johannes Schönberger
2013-04-28 23:18:51 +02:00
parent 4fce7b3b55
commit 89f0c0c1b5
+14
View File
@@ -12,6 +12,20 @@ from ..io import imread
from skimage import data_dir
__all__ = ['load',
'camera',
'lena',
'text',
'checkerboard',
'coins',
'moon',
'page',
'horse',
'clock',
'immunohistochemistry',
'chelsea']
def load(f):
"""Load an image file located in the data directory.