Fix imports

This commit is contained in:
Christoph Gohlke 2013-03-13 19:03:38 -07:00
parent 9970153b13
commit 0df7744845

View File

@ -1,5 +1,5 @@
import Image
import ImageFile
from PIL import Image
from PIL import ImageFile
import StringIO
import _webp