Re: [sugar] [PATCH] sugar pylint (vol2)

2008-04-23 Thread Tomeu Vizoso
On Tue, Apr 22, 2008 at 5:02 PM, Simon Schampijer [EMAIL PROTECTED] wrote: Ok, Marco's workaround solved the gtk.gdk.window issue. Martin Dengler wrote: On Tue, Apr 22, 2008 at 02:20:12PM +0100, Martin Dengler wrote: On Tue, Apr 22, 2008 at 02:47:38PM +0200, Simon Schampijer wrote:

[sugar] [PATCH] sugar pylint (vol2)

2008-04-22 Thread Simon Schampijer
Hi, two more patches for pylint. One thing that I have not solved yet in the lint_intro patch is the problem that pylint is not aware of members of the window class. I think that is the case because the gtk.gdk.window is only available when the window is realized. - window xid:

Re: [sugar] [PATCH] sugar pylint (vol2)

2008-04-22 Thread Marco Pesenti Gritti
On Tue, Apr 22, 2008 at 2:47 PM, Simon Schampijer [EMAIL PROTECTED] wrote: Hi, two more patches for pylint. One thing that I have not solved yet in the lint_intro patch is the problem that pylint is not aware of members of the window class. I think that is the case because the gtk.gdk.window

Re: [sugar] [PATCH] sugar pylint (vol2)

2008-04-22 Thread Simon Schampijer
Ok, Marco's workaround solved the gtk.gdk.window issue. Martin Dengler wrote: On Tue, Apr 22, 2008 at 02:20:12PM +0100, Martin Dengler wrote: On Tue, Apr 22, 2008 at 02:47:38PM +0200, Simon Schampijer wrote: Another issue I have quite often is the one of unused variables due to returned