Update error message for no plugins

This commit is contained in:
Stefan van der Walt
2014-10-29 13:38:40 +02:00
parent f73fc33e0e
commit 99818f02eb
+4 -4
View File
@@ -3,11 +3,11 @@ __all__ = ['imshow', 'imread', 'imsave', '_app_show']
import warnings
message = '''\
No plugin has been loaded. Please refer to
No plugin has been loaded. Please refer to the docstring for ``skimage.io``
for a list of available plugins. You may specify a plugin explicitly as
an argument to ``imread``, e.g. ``imread("image.jpg", plugin='pil')``.
skimage.io.plugins()
for a list of available plugins.'''
'''
def imshow(*args, **kwargs):