Update all future imports for Python 2

This commit is contained in:
JonnyWong16 2020-03-23 22:03:17 -07:00
parent 58eb426eea
commit 82c09570c4
33 changed files with 82 additions and 108 deletions

View file

@ -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: