mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 10:14:30 +03:00
Merge pull request #3793 from WarrenWeckesser/imagecms-util-import
Make import from _util a relative import.
This commit is contained in:
commit
0ab0c9982c
|
@ -24,7 +24,7 @@ try:
|
||||||
except ImportError as ex:
|
except ImportError as ex:
|
||||||
# Allow error import for doc purposes, but error out when accessing
|
# Allow error import for doc purposes, but error out when accessing
|
||||||
# anything in core.
|
# anything in core.
|
||||||
from _util import deferred_error
|
from ._util import deferred_error
|
||||||
_imagingcms = deferred_error(ex)
|
_imagingcms = deferred_error(ex)
|
||||||
from PIL._util import isStringType
|
from PIL._util import isStringType
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user