Fix too long lines in soc.logic.helper.timeline module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 21:11:43 +0000
changeset 1652 83903fb16b76
parent 1651 ce52003ca18f
child 1653 d46f7f7030fe
Fix too long lines in soc.logic.helper.timeline module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/logic/helper/timeline.py
--- 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.