Don't specify version in tests ; add pillow ref

This commit is contained in:
Alex Clark 2013-03-06 19:14:31 -05:00
parent f874ba24a4
commit 525de9b14a

View File

@ -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__))