Comment 4 for bug 1112106

Revision history for this message
Roman Yepishev (rye) wrote :

Looks like top-level Image is not installed by PIL,

So the patch would be to change "import Image" to "from PIL import Image"