mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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
|
@ -10,7 +10,8 @@ XML or HTML to reflect a new encoding; that's the tree builder's job.
|
|||
__license__ = "MIT"
|
||||
|
||||
import codecs
|
||||
from html.entities import codepoint2name
|
||||
from future.moves.html.entities import codepoint2name
|
||||
from future.builtins import chr
|
||||
import re
|
||||
import logging
|
||||
import string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue