Explitly import JpegPresets from the PIL package

This commit is contained in:
Ronald Oussoren 2013-03-26 13:36:13 +01:00
parent 887f709b6e
commit f50feb592b

View File

@ -36,7 +36,7 @@ __version__ = "0.6"
import array, struct import array, struct
from PIL import Image, ImageFile, _binary from PIL import Image, ImageFile, _binary
from JpegPresets import presets from PIL.JpegPresets import presets
i8 = _binary.i8 i8 = _binary.i8
o8 = _binary.o8 o8 = _binary.o8