mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Clean up
This commit is contained in:
parent
c6a95bf8f4
commit
f56facb0c1
|
@ -58,7 +58,7 @@ try:
|
||||||
raise ImportError("The _imaging extension was built for another "
|
raise ImportError("The _imaging extension was built for another "
|
||||||
" version of Pillow or PIL. Most PIL functions "
|
" version of Pillow or PIL. Most PIL functions "
|
||||||
" will be disabled ")
|
" will be disabled ")
|
||||||
|
|
||||||
except ImportError as v:
|
except ImportError as v:
|
||||||
core = _imaging_not_installed()
|
core = _imaging_not_installed()
|
||||||
if str(v)[:20] == "Module use of python" and warnings:
|
if str(v)[:20] == "Module use of python" and warnings:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user