mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +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):
|
def test_alpha_composite(self):
|
||||||
# http://stackoverflow.com/questions/3374878
|
# http://stackoverflow.com/questions/3374878
|
||||||
# Arrange
|
# Arrange
|
||||||
import ImageDraw
|
from PIL import ImageDraw
|
||||||
|
|
||||||
expected_colors = sorted([
|
expected_colors = sorted([
|
||||||
(1122, (128, 127, 0, 255)),
|
(1122, (128, 127, 0, 255)),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user