mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-27 02:20:32 +00:00
import PIL.Image rather than just Image
This commit is contained in:
parent
78a1ef0cc5
commit
09de50ec18
@ -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…
x
Reference in New Issue
Block a user