# HG changeset patch # User Jeff Hammel # Date 1487565777 28800 # Node ID a95e7f218bd2138e918d187740d0aeca7a89fb03 # Parent df5350aee9c3113ffebfa54847d5cfa191f79739 python3.5 diff -r df5350aee9c3 -r a95e7f218bd2 setup.py --- a/setup.py Thu Dec 11 18:07:10 2014 -0800 +++ b/setup.py Sun Feb 19 20:42:57 2017 -0800 @@ -27,7 +27,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 = ''