Re: [PATCH] cbus.py: remove unnecessary semicolons

2017-02-22 Thread Thomas Jarosch
On Wednesday, 22 February 2017 10:26:03 CET Yegor Yefremov wrote: > any plans for the new release? no immediate plans (yet). I've just looked at the git history and thought about having a new release in the next weeks would be nice. There are little fixes here and there, so it would make sense.

Re: [PATCH] cbus.py: remove unnecessary semicolons

2017-02-22 Thread Yegor Yefremov
Hi Thomas, On Wed, Feb 22, 2017 at 9:56 AM, Thomas Jarosch wrote: > Hi Yegor, > > On Tuesday, 24 January 2017 15:14:57 CET yegorsli...@googlemail.com wrote: >> From: Yegor Yefremov >> >> --- >> python/examples/cbus.py | 26

Re: [PATCH] cbus.py: remove unnecessary semicolons

2017-02-22 Thread Thomas Jarosch
Hi Yegor, On Tuesday, 24 January 2017 15:14:57 CET yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > --- > python/examples/cbus.py | 26 +- > 1 file changed, 13 insertions(+), 13 deletions(-) applied, thanks! Cheers, Thomas --

[PATCH] cbus.py: remove unnecessary semicolons

2017-01-24 Thread yegorslists
From: Yegor Yefremov --- python/examples/cbus.py | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/python/examples/cbus.py b/python/examples/cbus.py index 7f3b123..3ab9512 100644 --- a/python/examples/cbus.py +++