This commit is contained in:
Alex Clark 2013-05-08 16:06:16 -04:00
parent eee43319bb
commit 290e3e92a6

View File

@ -389,7 +389,7 @@ class pil_build_ext(build_ext):
def summary_report(self, feature, unsafe_zlib):
print("-" * 68)
print("SETUP SUMMARY (Pillow %s fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
print("SETUP SUMMARY (Pillow %s PIL fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
print("-" * 68)
print("version %s (Pillow)" % VERSION)
v = sys.version.split("[")