# HG changeset patch # User Jeff Hammel # Date 1606243127 28800 # Node ID 5a45f0c4cb8797b0a4b8f30443696d448ed4c7f7 # Parent 676ff92e2b1e3292f2a6591da0c5a839b3380904 py3 diff -r 676ff92e2b1e -r 5a45f0c4cb87 wordstream/handlers.py --- a/wordstream/handlers.py Tue Nov 24 10:36:47 2020 -0800 +++ b/wordstream/handlers.py Tue Nov 24 10:38:47 2020 -0800 @@ -3,7 +3,7 @@ these are instantiated for every request, then called """ -from urllib2.request import urlopen +from urllib.request import urlopen from pprint import pprint from urlparse import urlparse