Skip to content

Commit

Permalink
Use correct import for default parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jblakeman committed Jun 12, 2016
1 parent 5987e5a commit 513eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
try:
BeautifulSoup("", PARSER)
except FeatureNotFound:
PARSER = "html.PARSER"
PARSER = "html.parser"

try:
xrange
Expand Down

0 comments on commit 513eec0

Please sign in to comment.