# HG changeset patch # User Jeff Hammel # Date 1606243315 28800 # Node ID 57a44140a43b66b25fba464275d3b36c296460b0 # Parent ecba406793dfb165c9d3d22ff7f89d91a2e6631d py3 diff -r ecba406793df -r 57a44140a43b wordstream/handlers.py --- 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