changeset 12:5a45f0c4cb87

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 24 Nov 2020 10:38:47 -0800
parents 676ff92e2b1e
children ecba406793df
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: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