add functions to convert: Image <-> QImage; Image <-> QPixmap (see #897); fix typo that breaks tests

This commit is contained in:
Roman Inflianskas 2014-09-15 23:01:05 +04:00 committed by Andrew Murray
parent 2d706d74dc
commit 854d343aa5

View File

@ -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