Skip to content

Commit

Permalink
Fix tifffile plugin import
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 14, 2015
1 parent b67a4e3 commit f6653b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/io/_plugins/pil_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from PIL import Image

from ...util import img_as_ubyte, img_as_uint
from .tifffile import imread as tif_imread, imsave as tif_imsave
from .tifffile_plugin import imread as tif_imread, imsave as tif_imsave


def imread(fname, dtype=None, img_num=None, **kwargs):
Expand Down

0 comments on commit f6653b7

Please sign in to comment.