Add tifffile to a new external package.

This commit is contained in:
Steven Silvester
2014-10-15 05:57:05 -05:00
parent 37d6ddfe36
commit 268eb5f2b5
4 changed files with 4845 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
try:
from tifffile import *
except ImportError:
from ._tifffile import *
File diff suppressed because it is too large Load Diff