In more recent versions of python add_channel and del_channel have more parameters, so overriding these methods needs to match them, or else it trips up.
I know I've had this issue with 2.6 and 2.7
But since I am a python noob, I don't know if my fix is correct.
In more recent versions of python add_channel and del_channel have more parameters, so overriding these methods needs to match them, or else it trips up.
I know I've had this issue with 2.6 and 2.7
But since I am a python noob, I don't know if my fix is correct.