mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +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
|
exit_status = 0
|
||||||
|
|
||||||
print("-"*68)
|
print("-"*68)
|
||||||
print("PIL", Image.VERSION, "TEST SUMMARY ")
|
#print("PIL", Image.VERSION, "TEST SUMMARY ")
|
||||||
|
print("PIL (Pillow) TEST SUMMARY ")
|
||||||
print("-"*68)
|
print("-"*68)
|
||||||
print("Python modules loaded from", os.path.dirname(Image.__file__))
|
print("Python modules loaded from", os.path.dirname(Image.__file__))
|
||||||
print("Binary modules loaded from", os.path.dirname(Image.core.__file__))
|
print("Binary modules loaded from", os.path.dirname(Image.core.__file__))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user