Skip to content

Commit

Permalink
Merge pull request #36 from celiafish/master
Browse files Browse the repository at this point in the history
BUG : Fixed tifffile import
  • Loading branch information
tacaswell committed Dec 7, 2014
2 parents 805695f + 9d5096d commit 1ace9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vttools/vtmods/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from vistrails.core.modules.vistrails_module import (Module, ModuleSettings,
ModuleError)
from vistrails.core.modules.config import IPort, OPort
from pims.extern.tifffile import imread
from tifffile import imread
from skxray.io.binary import read_binary
import numpy as np

Expand Down

0 comments on commit 1ace9f3

Please sign in to comment.