mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-02 03:20:11 +03:00
Merge 8b440811b5
into fce923f6b7
This commit is contained in:
commit
2c82d876db
|
@ -157,7 +157,7 @@ def testimage():
|
|||
|
||||
def check_module(feature, module):
|
||||
try:
|
||||
__import__("PIL." + module)
|
||||
__import__(module)
|
||||
except ImportError:
|
||||
print("***", feature, "support not installed")
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user