# HG changeset patch # User Jeff Hammel # Date 1606243356 28800 # Node ID b9507638faf53786a32d7c3e5de1eb7236d57287 # Parent 57a44140a43b66b25fba464275d3b36c296460b0 py3 diff -r 57a44140a43b -r b9507638faf5 wordstream/handlers.py --- a/wordstream/handlers.py Tue Nov 24 10:41:55 2020 -0800 +++ b/wordstream/handlers.py Tue Nov 24 10:42:36 2020 -0800 @@ -5,7 +5,7 @@ from io import StringIO from pprint import pprint -from urlib.parse import urlparse +from urllib.parse import urlparse from urllib.request import urlopen from webob import Response, exc