Skip to content

Commit

Permalink
Use relative import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 18, 2015
1 parent ec776e3 commit 06a710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/external/test_tifffile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from numpy.testing.decorators import skipif

from tempfile import NamedTemporaryFile
from tifffile import imread, imsave
from .tifffile import imread, imsave


np.random.seed(0)
Expand Down

0 comments on commit 06a710b

Please sign in to comment.