Mercurial > hg > wordstream
changeset 15:b9507638faf5
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 24 Nov 2020 10:42:36 -0800 |
parents | 57a44140a43b |
children | 50b319ad87b8 |
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: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