# HG changeset patch # User Jeff Hammel # Date 1487555610 28800 # Node ID 4576ccc3be7668cdc65a51943129e068925525dc # Parent 4e2190495d5024d575e1bd48bce99f0ec64963d1 python 3.5 diff -r 4e2190495d50 -r 4576ccc3be76 setup.py --- a/setup.py Sun May 17 17:14:47 2015 -0700 +++ b/setup.py Sun Feb 19 17:53:30 2017 -0800 @@ -28,7 +28,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 = ''