jellyfin / jellyfin-apiclient-python

Python API Client for Jellyfin
GNU General Public License v3.0
91 stars 31 forks source link

Remove use of six module #13

Closed s-t-e-v-e-n-k closed 2 years ago

s-t-e-v-e-n-k commented 2 years ago

The six module is only for compatibility between Python 2 and 3, and since the lowest version of Python supported is 3.6, we can remove the single use of it.

iwalton3 commented 2 years ago

I originally was aiming to keep compatibility with python 2.7 in this library for Kodi, but I don't think we'll be using this library in Kodi any time soon.