# HG changeset patch # User Pawel Solyga # Date 1236201103 0 # Node ID 83903fb16b76ac025c9ecce4ff9d8c5eae7171cd # Parent ce52003ca18fb157f6a614f2bc08234c32ca6c79 Fix too long lines in soc.logic.helper.timeline module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r ce52003ca18f -r 83903fb16b76 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.