# HG changeset patch # User Jeff Hammel # Date 1487566859 28800 # Node ID a4a665aa8569c186658424f7aa7f89e67b7e5d27 # Parent 4f474ceb9bebe1d6b8725bd010f950d16d66a7a9 py35 diff -r 4f474ceb9beb -r a4a665aa8569 setup.py --- a/setup.py Tue Aug 09 15:16:03 2016 -0700 +++ b/setup.py Sun Feb 19 21:00:59 2017 -0800 @@ -48,7 +48,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 = ''