Re: [sugar] [PATCH] Sort activities in the list and ring by installation date

2008-05-28 Thread Tomeu Vizoso
On Wed, May 28, 2008 at 12:30 PM, Simon Schampijer [EMAIL PROTECTED] wrote: I would prefer to have chars to differentiate between two objects: def _compare_activities(self, icon_1, icon_2) def _compare_activities(self, icon_a, icon_b) Ok ;) Would love to see tomeu to run pylint before

Re: [sugar] [PATCH] Sort activities in the list and ring by installation date

2008-05-28 Thread Simon Schampijer
Hi, I would prefer to have chars to differentiate between two objects: def _compare_activities(self, icon_1, icon_2) def _compare_activities(self, icon_a, icon_b) Would love to see tomeu to run pylint before submitting patches! E0602: 92:ActivitiesRing.__activity_added_cb: Undefined variable

Re: [sugar] [PATCH] Sort activities in the list and ring by installation date

2008-05-28 Thread Chris Ball
Hi, Sorry, will give one more look into pylint. It's also possible to hook pylint into your editor, so that it fixes bugs as you write code rather than afterwards. I wrote about this here: http://blog.printf.net/articles/2007/10/15/productivity-a-year-on and I think Michael Stone has a