change PIL import in order to avoid name clash with ImageFile.py from Zope installation
This commit is contained in:
parent
c62122dcd9
commit
9e9eedef95
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Working with MHT Files.
|
||||||
import base64
|
import base64
|
||||||
from cStringIO import StringIO
|
from cStringIO import StringIO
|
||||||
import email
|
import email
|
||||||
import Image
|
from PIL import Image
|
||||||
import mimetypes
|
import mimetypes
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue