mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Fix UniversalAnalytics import from future
This commit is contained in:
parent
1c932057b8
commit
58eb426eea
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
from urllib.request import urlopen, build_opener, install_opener
|
||||
from urllib.request import Request, HTTPSHandler
|
||||
from urllib.error import URLError, HTTPError
|
||||
from urllib.parse import urlencode
|
||||
from future.moves.urllib.request import urlopen, build_opener, install_opener
|
||||
from future.moves.urllib.request import Request, HTTPSHandler
|
||||
from future.moves.urllib.error import URLError, HTTPError
|
||||
from future.moves.urllib.parse import urlencode
|
||||
|
||||
import random
|
||||
import datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue