mirror of
https://github.com/beetbox/beets.git
synced 2026-02-13 10:51:59 +01:00
use html_parser (really html.parser) from six.moves
This commit is contained in:
parent
7713be4c0f
commit
129e140015
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue