Mercurial > hg > PaInt
changeset 87:5a624b3c1007 default tip
py35
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 19 Feb 2017 17:50:00 -0800 |
parents | 33af6dac25de |
children | |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Feb 22 14:52:32 2016 -0800 +++ b/setup.py Sun Feb 19 17:50:00 2017 -0800 @@ -25,7 +25,7 @@ try: here = os.path.dirname(os.path.abspath(__file__)) - description = file(os.path.join(here, 'README.txt')).read() + description = open(os.path.join(here, 'README.txt')).read() except IOError: description = ''