mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Don't specify version in tests ; add pillow ref
This commit is contained in:
parent
f874ba24a4
commit
525de9b14a
|
@ -176,7 +176,8 @@ if __name__ == "__main__":
|
|||
exit_status = 0
|
||||
|
||||
print("-"*68)
|
||||
print("PIL", Image.VERSION, "TEST SUMMARY ")
|
||||
#print("PIL", Image.VERSION, "TEST SUMMARY ")
|
||||
print("PIL (Pillow) TEST SUMMARY ")
|
||||
print("-"*68)
|
||||
print("Python modules loaded from", os.path.dirname(Image.__file__))
|
||||
print("Binary modules loaded from", os.path.dirname(Image.core.__file__))
|
||||
|
|
Loading…
Reference in New Issue
Block a user