mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-25 19:43:45 +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
|
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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user