mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Remove unused StringIO.
StringIO does not exists on py3, which leads to failure of building.
This commit is contained in:
parent
152c8afcd3
commit
20642d67cc
|
@ -1,6 +1,4 @@
|
|||
from helper import unittest, PillowTestCase
|
||||
import StringIO
|
||||
|
||||
from PIL import Image, ImageFont, ImageDraw
|
||||
|
||||
class TestImageFontBitmap(PillowTestCase):
|
||||
|
|
Loading…
Reference in New Issue
Block a user