Mercurial > hg > CommandParser
changeset 16:d277ee510157
py35
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 19 Feb 2017 21:03:55 -0800 |
parents | cf6b34894b68 |
children | 77fa5ce8072d |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sat Jul 27 21:57:51 2013 -0700 +++ b/setup.py Sun Feb 19 21:03:55 2017 -0800 @@ -26,7 +26,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 = ''