mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fix import
This commit is contained in:
parent
123fe38ef7
commit
45319bd028
|
@ -113,7 +113,7 @@ class TestImage(PillowTestCase):
|
|||
def test_alpha_composite(self):
|
||||
# http://stackoverflow.com/questions/3374878
|
||||
# Arrange
|
||||
import ImageDraw
|
||||
from PIL import ImageDraw
|
||||
|
||||
expected_colors = sorted([
|
||||
(1122, (128, 127, 0, 255)),
|
||||
|
|
Loading…
Reference in New Issue
Block a user