From 854d343aa5dd12d13db5c0fe79dd6efc6d9f548f Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Mon, 15 Sep 2014 23:01:05 +0400 Subject: [PATCH] add functions to convert: Image <-> QImage; Image <-> QPixmap (see #897); fix typo that breaks tests --- Tests/test_image_fromqimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_image_fromqimage.py b/Tests/test_image_fromqimage.py index f55bde2f1..56dac0c66 100644 --- a/Tests/test_image_fromqimage.py +++ b/Tests/test_image_fromqimage.py @@ -1,4 +1,4 @@ -from helper import unittest, PillowTestCase, hopper, image +from helper import unittest, PillowTestCase, hopper from test_imageqt import PillowQtTestCase from PIL import Image, ImageQt