Mercurial > hg > bitsyblog
changeset 107:c5b9c9ba42eb
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 08:09:56 -0800 |
parents | c7495fb71045 |
children | e2f7dccbac26 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Apr 21 15:17:39 2016 -0700 +++ b/setup.py Tue Nov 03 08:09:56 2020 -0800 @@ -4,7 +4,7 @@ version = '2.4.5' try: - description = file('README.txt').read() + description = open('README.txt').read() except IOError: description = """ Meet bitsyblog. Posting is done with a POST request, so while you can use