Re: [PATCH 2/4] bbremote: Convert to python3

2022-09-08 Thread Sascha Hauer
On Tue, Sep 06, 2022 at 03:02:34PM +0200, Jan Lübbe wrote: > On Tue, 2022-09-06 at 12:20 +0200, Sascha Hauer wrote: > > This is the long overdue conversion from python2 to python3. > > > > Signed-off-by: Sascha Hauer > > --- > >  scripts/bbremote  |  2 +- > >  scripts/remote/controlle

Re: [PATCH 2/4] bbremote: Convert to python3

2022-09-06 Thread Jan Lübbe
On Tue, 2022-09-06 at 12:20 +0200, Sascha Hauer wrote: > This is the long overdue conversion from python2 to python3. > > Signed-off-by: Sascha Hauer > --- >  scripts/bbremote  |  2 +- >  scripts/remote/controller.py  | 21 +++-- >  scripts/remote/main.py    |  8 ++

[PATCH 2/4] bbremote: Convert to python3

2022-09-06 Thread Sascha Hauer
This is the long overdue conversion from python2 to python3. Signed-off-by: Sascha Hauer --- scripts/bbremote | 2 +- scripts/remote/controller.py | 21 +++-- scripts/remote/main.py| 8 scripts/remote/messages.py| 15 +-- scripts/r