mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Use relative import for _imagingcms
This commit is contained in:
parent
dd80ba22cd
commit
1003e4f7ee
|
@ -82,7 +82,7 @@ VERSION = "0.1.0 pil"
|
|||
# --------------------------------------------------------------------.
|
||||
|
||||
from PIL import Image
|
||||
import _imagingcms
|
||||
from . import _imagingcms
|
||||
|
||||
core = _imagingcms
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user