mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +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 Image
|
||||||
from PIL import ImageOps as PILOps
|
from PIL import ImageOps as PILOps
|
||||||
from ExifTags import TAGS
|
from PIL.ExifTags import TAGS
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
|
|
||||||
PROFILE_PICTURE_SIZES = {
|
PROFILE_PICTURE_SIZES = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue