Explicitly import crop module

So you can `import crop from imagekit.processors`
This commit is contained in:
Matthew Tretter 2011-11-16 15:17:11 -05:00
parent ed64032762
commit 25be1f66ca

View file

@ -8,7 +8,7 @@ from both the filesystem and the ORM.
"""
from imagekit.lib import Image, ImageColor, ImageEnhance
from imagekit.processors import resize
from imagekit.processors import resize, crop
RGBA_TRANSPARENCY_FORMATS = ['PNG']