# HG changeset patch # User Jeff Hammel # Date 1487555223 28800 # Node ID ba7dd9820181d820d05cdddbd94c7d6cd641112c # Parent 5cb893831f53f8ef01bc3981264246f9760fedb5 py35 diff -r 5cb893831f53 -r ba7dd9820181 setup.py --- a/setup.py Tue Aug 23 15:34:27 2016 -0700 +++ b/setup.py Sun Feb 19 17:47:03 2017 -0800 @@ -13,7 +13,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 = ''