app/soc/modules/ghop/views/models/timeline.py
changeset 2893 1adc6a815c71
parent 2890 515ea474e0a2
child 2936 75f9c945ed8a
--- a/app/soc/modules/ghop/views/models/timeline.py	Tue Sep 08 21:30:32 2009 +0200
+++ b/app/soc/modules/ghop/views/models/timeline.py	Wed Sep 09 20:15:53 2009 +0200
@@ -24,6 +24,8 @@
 
 
 from soc.logic import dicts
+from soc.views.helper import decorators
+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