mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
a03d67cfb4
Python 3 fixes (compatible with Python 2): - use urllib.parse module for quote() and urlencode() instead of urllib - printing using parenthesis - dict access: items() instead of iteritems(), keys() converted to list - filter(): convert results to list |
||
---|---|---|
.. | ||
__init__.py | ||
client.py | ||
config.py | ||
exceptions.py | ||
library.py | ||
media.py | ||
myplex.py | ||
playqueue.py | ||
server.py | ||
sync.py | ||
utils.py | ||
video.py |