Mercurial > hg > wordstream
changeset 14:57a44140a43b
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 24 Nov 2020 10:41:55 -0800 |
parents | ecba406793df |
children | b9507638faf5 |
files | wordstream/handlers.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wordstream/handlers.py Tue Nov 24 10:40:39 2020 -0800 +++ b/wordstream/handlers.py Tue Nov 24 10:41:55 2020 -0800 @@ -3,7 +3,7 @@ these are instantiated for every request, then called """ -from StringIO import StringIO +from io import StringIO from pprint import pprint from urlib.parse import urlparse from urllib.request import urlopen