diff -r 6f966e1a80bc -r e23fce20ad3a app/soc/modules/ghop/logic/models/comment.py --- 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.