diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index 1bce066c9..cb455ab36 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -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