Fixed incorrect import in FpxImagePlugin

This commit is contained in:
Andrew Murray 2015-04-01 12:21:58 +11:00
parent f95f13c6fa
commit 1f5aeea463

View File

@ -19,8 +19,8 @@
__version__ = "0.1"
from PIL import Image, ImageFile, OleFileIO
from PIL.OleFileIO import i8, i32, MAGIC
from PIL import Image, ImageFile
from PIL.OleFileIO import i8, i32, MAGIC, OleFileIO
# we map from colour field tuples to (mode, rawmode) descriptors