raptor2101 / Mediathek

GNU General Public License v3.0
45 stars 16 forks source link

prepare for python3: futurize #115

Closed sebastianwagner closed 4 years ago

sebastianwagner commented 4 years ago

make code compatible with python3 futurize -w -2 all .py files (futurize -w -1 didn't need any changes) add import for current script.module.future tested with kodi-addon-checker and manually on

use cls instead of self for classmethods name() and isSearchable()