Skip to content

Commit

Permalink
import urllib.error instead of urllib
Browse files Browse the repository at this point in the history
  • Loading branch information
everping committed Oct 3, 2018
1 parent ff10e98 commit 49e60e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotawhat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re
import sys
import urllib
import urllib.error
import urllib.request
import enchant
from nltk.tokenize import word_tokenize
Expand Down

0 comments on commit 49e60e6

Please sign in to comment.