app/soc/logic/helper/timeline.py
changeset 1652 83903fb16b76
parent 1307 091a21cf3627
--- 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.