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 committed by wiredfool
parent 152c8afcd3
commit 20642d67cc

View File

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