--- a/app/soc/modules/ghop/logic/models/timeline.py Mon Jun 08 08:42:13 2009 +0200
+++ b/app/soc/modules/ghop/logic/models/timeline.py Mon Jun 08 08:48:24 2009 +0200
@@ -27,14 +27,14 @@
import soc.models.timeline
-from soc.modules.ghop.models import timeline as ghop_timeline_model
+import soc.modules.ghop.models.timeline
class Logic(timeline.Logic):
"""Logic methods for the GHOPTimeline model.
"""
- def __init__(self, model=ghop_timeline_model.GHOPTimeline,
+ def __init__(self, model=soc.modules.ghop.models.timeline.GHOPTimeline,
base_model=soc.models.timeline.Timeline,
scope_logic=sponsor_logic):
"""Defines the name, key_name and model for this entity.