Discussion:
[BitPim-devel] Re: [bitpim-cvs-checkins] bitpim gui.py,1.172,1.173 guiwidgets.py,1.237,1.238
Roger Binns
2005-03-10 05:36:01 UTC
Permalink
+ next_date=last_date+datetime.timedelta(\
+ self.update_delta.get(update_rate, 7))
BTW you don't need to do that trailing backslash thing. The
statement continues until the closing parenthesis even if it
is on another line.

Roger

Loading...