This commit is contained in:
Alex Clark 2010-11-28 13:40:10 -05:00
parent 63e4ba0459
commit ba7a5edf0a

View File

@ -2,8 +2,7 @@ from setuptools import setup
def read(file):
f = open(file, 'rb')
return f.read()
return open(file, 'rb').read()
NAME='pillow'
VERSION='1.3'