use html_parser (really html.parser) from six.moves

This commit is contained in:
Johnny Robeson 2016-06-20 00:34:22 -04:00
parent 7713be4c0f
commit 129e140015

View file

@ -26,7 +26,7 @@ import requests
import unicodedata
import urllib
import warnings
from HTMLParser import HTMLParseError
from six.moves.html_parser import HTMLParseError
try:
from bs4 import SoupStrainer, BeautifulSoup