Remove unused StringIO.

StringIO does not exists on py3, which leads to failure of building.
This commit is contained in:
Yifu Yu 2014-11-07 20:39:18 +08:00
parent 12632ee178
commit 013a73dfe2

View File

@ -1,6 +1,4 @@
from helper import unittest, PillowTestCase from helper import unittest, PillowTestCase
import StringIO
from PIL import Image, ImageFont, ImageDraw from PIL import Image, ImageFont, ImageDraw
class TestImageFontBitmap(PillowTestCase): class TestImageFontBitmap(PillowTestCase):