mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
import PIL.Image rather than just Image
This commit is contained in:
parent
78a1ef0cc5
commit
09de50ec18
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import mimetypes
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import Image
|
import PIL.Image as Image
|
||||||
import cStringIO
|
import cStringIO
|
||||||
import deluge.ui.Win32IconImagePlugin
|
import deluge.ui.Win32IconImagePlugin
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue