mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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
|
||||
|
||||
try:
|
||||
import Image
|
||||
import PIL.Image as Image
|
||||
import cStringIO
|
||||
import deluge.ui.Win32IconImagePlugin
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Reference in a new issue