Re: [Python-projects] Pylinting a package?

2011-07-01 Thread Dan Stromberg
On Fri, Jul 1, 2011 at 10:16 PM, Dan Stromberg wrote: > > Even from __future__import absolute_import doesn't seem to help. > Never mind - the above does help cpython 2.x do absolute imports, as advertised. I had a typo that was complicating my analysis. -- Dan Stromberg __

Re: [Python-projects] Pylinting a package?

2011-07-01 Thread Dan Stromberg
On Fri, Jul 1, 2011 at 6:38 PM, Dan Stromberg wrote: > > I decided to reorganize > http://stromberg.dnsalias.org/~dstromberg/backshift/ into a "package" > (into a directory with an __init__.py), but started encountering pylint > errors afterward that I'm not sure what to do with. I created a ti

Re: [Python-projects] pylint bugs day ?

2011-07-01 Thread Hans Sebastian
Hi Sylvain, Is the bug day still on? What day will it be? Thanks -hans 2011/6/20 Sylvain Thénault > On 17 juin 12:09, Hans Sebastian wrote: > > Hi, > > Hi, > > > I am interested to help out. I know very little of pylint's code base but > > I'll try my best to tackle easy bugs. Otherwise, I can

[Python-projects] Pylinting a package?

2011-07-01 Thread Dan Stromberg
I decided to reorganize http://stromberg.dnsalias.org/~dstromberg/backshift/into a "package" (into a directory with an __init__.py), but started encountering pylint errors afterward that I'm not sure what to do with. The errors I'm getting are, for example: * Module backshift.backshif