# HG changeset patch # User Jeff Hammel # Date 1487555400 28800 # Node ID 5a624b3c100708183666ca223f2c4290769900d6 # Parent 33af6dac25de1a69a35ff61b1b72fdfc7e703c7c py35 diff -r 33af6dac25de -r 5a624b3c1007 setup.py --- 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 = ''