More rename, more -python2
This commit is contained in:
@@ -19,16 +19,7 @@
|
||||
## Stolen from Sick-Beard's classes.py ##
|
||||
#########################################
|
||||
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from future.moves.urllib.request import FancyURLopener
|
||||
|
||||
import jellypy
|
||||
if jellypy.PYTHON2:
|
||||
from common import USER_AGENT
|
||||
else:
|
||||
from jellypy.common import USER_AGENT
|
||||
from jellypy.common import USER_AGENT
|
||||
|
||||
|
||||
class PlexPyURLopener(FancyURLopener):
|
||||
|
Reference in New Issue
Block a user