app/soc/modules/ghop/logic/models/comment.py
changeset 2407 e23fce20ad3a
parent 2401 bf70c5a0ef66
child 2807 e716cd6a6de3
--- a/app/soc/modules/ghop/logic/models/comment.py	Mon Jun 08 08:42:13 2009 +0200
+++ b/app/soc/modules/ghop/logic/models/comment.py	Mon Jun 08 08:48:24 2009 +0200
@@ -27,14 +27,14 @@
 
 import soc.models.comment
 
-from soc.modules.ghop.models import comment as ghop_comment_model
+import soc.modules.ghop.models.comment
 
 
 class Logic(comment.Logic):
   """Logic methods for the GHOPComment model.
   """
 
-  def __init__(self, model=ghop_comment_model.GHOPComment,
+  def __init__(self, model=soc.modules.ghop.models.comment.GHOPComment,
                base_model=soc.models.comment.Comment,
                scope_logic=linkable_logic):
     """Defines the name, key_name and model for this entity.