app/soc/modules/ghop/views/models/timeline.py
changeset 2936 75f9c945ed8a
parent 2893 1adc6a815c71
--- a/app/soc/modules/ghop/views/models/timeline.py	Thu Sep 17 12:50:14 2009 +0530
+++ b/app/soc/modules/ghop/views/models/timeline.py	Thu Sep 17 14:41:15 2009 +0530
@@ -28,7 +28,6 @@
 from soc.views.models import timeline
 
 from soc.modules.ghop.logic.models import program as ghop_program_logic
-from soc.modules.ghop.logic.models import timeline as ghop_timeline_logic
 from soc.modules.ghop.views.helper import access as ghop_access
 
 import soc.modules.ghop.logic.models.timeline
@@ -47,8 +46,7 @@
     """
 
     rights = ghop_access.GHOPChecker(params)
-    rights['edit'] = [('checkCanEditTimeline',
-                       [ghop_program_logic.logic, ghop_timeline_logic.logic])]
+    rights['edit'] = [('checkCanEditTimeline', [ghop_program_logic.logic])]
 
     new_params = {}
     new_params['logic'] = soc.modules.ghop.logic.models.timeline.logic