Re: [PATCH] setting raw in get_items

2018-04-10 Thread Vijay Kumar Banerjee
On 11 April 2018 at 10:45, Chris Johns wrote: > On 11/04/2018 15:04, Vijay Kumar Banerjee wrote: > > I was using Python 3, I just checked that it works fine with Python2.7 > without > > the changes mentioned in the patch. > > I suggest you stay with python 2.7 and do not use python 3. > > Python

Re: [PATCH] setting raw in get_items

2018-04-10 Thread Chris Johns
On 11/04/2018 15:04, Vijay Kumar Banerjee wrote: > I was using Python 3, I just checked that it works fine with Python2.7 without > the changes mentioned in the patch. I suggest you stay with python 2.7 and do not use python 3. Python 3 support is a separate issue and task and while it is importa

Re: [PATCH] setting raw in get_items

2018-04-10 Thread Vijay Kumar Banerjee
I was using Python 3, I just checked that it works fine with Python2.7 without the changes mentioned in the patch. On 11 April 2018 at 06:20, Chris Johns wrote: > On 11/04/2018 07:04, vijaykumar9...@gmail.com wrote: > > From: thelunatic > > > > --- > > rtemstoolkit/configuration.py | 4 ++-- >

Re: [PATCH] setting raw in get_items

2018-04-10 Thread Chris Johns
On 11/04/2018 07:04, vijaykumar9...@gmail.com wrote: > From: thelunatic > > --- > rtemstoolkit/configuration.py | 4 ++-- > > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/rtemstoolkit/configuration.py b/rtemstoolkit/configuration.py > index 10d97e5..53ad79b 100644 > --- a