mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Fix BeautifulSoup imports from future
This commit is contained in:
parent
4564623884
commit
1c932057b8
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ __all__ = [
|
|||
'HTMLParserTreeBuilder',
|
||||
]
|
||||
|
||||
from html.parser import HTMLParser
|
||||
from future.moves.html.parser import HTMLParser
|
||||
|
||||
try:
|
||||
from html.parser import HTMLParseError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue