mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Better import of _imaging
This commit is contained in:
parent
e0aab1ecfd
commit
f466def82d
|
@ -51,9 +51,7 @@ try:
|
|||
# the "open" function to identify files, but you cannot load
|
||||
# them. Note that other modules should not refer to _imaging
|
||||
# directly; import Image and use the Image.core variable instead.
|
||||
import _imaging
|
||||
core = _imaging
|
||||
del _imaging
|
||||
import _imaging as core
|
||||
except ImportError, v:
|
||||
core = _imaging_not_installed()
|
||||
if str(v)[:20] == "Module use of python" and warnings:
|
||||
|
|
Loading…
Reference in New Issue
Block a user