--- a/app/soc/modules/ghop/logic/models/program.py Sat Aug 22 03:56:04 2009 +0530
+++ b/app/soc/modules/ghop/logic/models/program.py Sat Aug 22 03:56:14 2009 +0530
@@ -27,6 +27,7 @@
import soc.models.program
+import soc.modules.ghop.logic.models.timeline
import soc.modules.ghop.models.program
@@ -40,6 +41,8 @@
"""Defines the name, key_name and model for this entity.
"""
+ self.timeline_logic = soc.modules.ghop.logic.models.timeline.logic
+
super(Logic, self).__init__(model, base_model=base_model,
scope_logic=scope_logic)