Fix too long lines in soc.logic.helper.timeline module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- a/app/soc/logic/helper/timeline.py Wed Mar 04 21:10:07 2009 +0000
+++ b/app/soc/logic/helper/timeline.py Wed Mar 04 21:11:43 2009 +0000
@@ -52,7 +52,8 @@
def isActivePeriod(entity, period):
- """Returns true iff the current DateTime is between period_start and period_end.
+ """Returns true iff the current DateTime is between period_start
+ and period_end.
Args:
entity: Instance of a timeline model.