Re: [Sugar-devel] [PATCH sugar v2 06/21] PEP8 cleanup: ensure lines are shorter than 80 characters

2010-11-24 Thread Simon Schampijer
On 11/24/2010 08:30 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of Wed Nov 24 19:24:40 +0100 2010: [src/jarabe/journal/model.py] -PROPERTIES = ['uid', 'title', 'mtime', 'timestamp', 'creation_time', 'filesize', - 'keep', 'buddies', 'icon-color', 'mime_type', '

Re: [Sugar-devel] [PATCH sugar v2 06/21] PEP8 cleanup: ensure lines are shorter than 80 characters

2010-11-24 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Wed Nov 24 19:24:40 +0100 2010: [src/jarabe/journal/model.py] > > -PROPERTIES = ['uid', 'title', 'mtime', 'timestamp', 'creation_time', > > 'filesize', > > - 'keep', 'buddies', 'icon-color', 'mime_type', 'progress', > > - 'acti

Re: [Sugar-devel] [PATCH sugar v2 06/21] PEP8 cleanup: ensure lines are shorter than 80 characters

2010-11-24 Thread Simon Schampijer
On 11/19/2010 10:13 PM, Sascha Silbe wrote: This is important for Sugar because the XO has a small screen where long lines would make the code hard to understand (because you need to constantly scroll horizontally). Reviewed-by: James Cameron CC: Aleksey Lim Signed-off-by: Sascha Silbe diff --

[Sugar-devel] [PATCH sugar v2 06/21] PEP8 cleanup: ensure lines are shorter than 80 characters

2010-11-19 Thread Sascha Silbe
This is important for Sugar because the XO has a small screen where long lines would make the code hard to understand (because you need to constantly scroll horizontally). Reviewed-by: James Cameron CC: Aleksey Lim Signed-off-by: Sascha Silbe diff --git a/extensions/cpsection/datetime/view.py