Rename file to a valid module name.

This commit is contained in:
Steven Silvester
2014-10-15 21:05:23 -05:00
parent 88719b3340
commit a3c8ce32ac
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
try:
from tifffile import *
except ImportError:
from ._tifffile import *
from .tifffile_local import *