changeset 182:a4a665aa8569

py35
author Jeff Hammel <k0scist@gmail.com>
date Sun, 19 Feb 2017 21:00:59 -0800
parents 4f474ceb9beb
children ae4e36f2c81a
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = ''