# HG changeset patch # User Jeff Hammel # Date 1604426139 28800 # Node ID 2ea5ec12176366e2a9d73fc288e206c2aaefd73f # Parent 87e02281dcaca870166691d9e0f86512e898c166 python3 diff -r 87e02281dcac -r 2ea5ec121763 setup.py --- 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 = ''