mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
Upgrading from PIL to Pillow.
This commit is contained in:
parent
bc9f1230b8
commit
9da98efcf6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
from PIL import Image
|
||||
from PIL import ImageOps as PILOps
|
||||
from ExifTags import TAGS
|
||||
from PIL.ExifTags import TAGS
|
||||
from StringIO import StringIO
|
||||
|
||||
PROFILE_PICTURE_SIZES = {
|
||||
|
|
Loading…
Add table
Reference in a new issue