change PIL import in order to avoid name clash with ImageFile.py from Zope installation

This commit is contained in:
Helmut Merz 2012-12-26 10:55:19 +01:00
parent c62122dcd9
commit 9e9eedef95

View file

@ -23,7 +23,7 @@ Working with MHT Files.
import base64
from cStringIO import StringIO
import email
import Image
from PIL import Image
import mimetypes
import os