changeset 38:2ea5ec121763

python3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 09:55:39 -0800
parents 87e02281dcac
children 529598840f4b
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Mar 30 14:23:33 2014 -0700
+++ b/setup.py	Tue Nov 03 09:55:39 2020 -0800
@@ -4,7 +4,7 @@
 version = '0.3.6'
 
 try:
-    description = file(os.path.join(os.path.dirname(__file__), 'README.txt')).read()
+    description = open(os.path.join(os.path.dirname(__file__), 'README.txt')).read()
 except:
     description = ''