Fix Pillow import in core
This commit is contained in:
parent
bd54e2329f
commit
74f15059e9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import hashlib
|
|||
import tempfile
|
||||
|
||||
try:
|
||||
import Image
|
||||
from PIL import Image
|
||||
except ImportError:
|
||||
raise ImportError('Please install python-imaging')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue