mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Update all future imports for Python 2
This commit is contained in:
parent
58eb426eea
commit
82c09570c4
33 changed files with 82 additions and 108 deletions
|
@ -22,10 +22,8 @@
|
|||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
from future import standard_library
|
||||
standard_library.install_aliases()
|
||||
|
||||
from urllib.request import FancyURLopener
|
||||
from future.moves.urllib.request import FancyURLopener
|
||||
|
||||
import plexpy
|
||||
if plexpy.PYTHON_VERSION < 3:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue