mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Use relative import for _imagingmath
This commit is contained in:
parent
5e203de327
commit
c731513318
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
|
||||
from PIL import Image
|
||||
import _imagingmath
|
||||
from . import _imagingmath
|
||||
import sys
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user