Re: [code-quality] Pylint keeps memory of imports between files.

2014-10-06 Thread Sylvain Thénault
On 03 octobre 07:51, Mats Hallingström wrote: > Hi Code Quality Hi Mats, > This may already be a reported bug, but then i need help in finding that > issue. > > > Situation: > I invoke pylint with : > > from pylint.lint import Run > ... > > files = [ 'subdir/a.py', 'b.py' ] > > for file in

Re: [code-quality] Pylint keeps memory of imports between files.

2014-10-06 Thread Mats Hallingström
Thanks! I will try it BR/ Mats On 6 October 2014 09:55, Sylvain Thénault wrote: > On 03 octobre 07:51, Mats Hallingström wrote: > > Hi Code Quality > > Hi Mats, > > > This may already be a reported bug, but then i need help in finding that > > issue. > > > > > > Situation: > > I invoke pylint w