aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/comment.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-03-07 02:18:22 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-03-07 02:18:22 +0200
commit769ccd24d9c88f847a66ae0f7d66b332d5257348 (patch)
treefb942fc09df2815bbb0202e8626491263e91a3da /rhodecode/model/comment.py
parent8f0a7827ff7fb54cc2d947c08be8443a46c23906 (diff)
utils/conf
- created temporary utils2 - made config.conf for storing some configurations - fixed some dependency import problems - code cleanup - rc-extensions now properly work for celery --HG-- branch : beta
Diffstat (limited to 'rhodecode/model/comment.py')
-rw-r--r--rhodecode/model/comment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/model/comment.py b/rhodecode/model/comment.py
index 3753198c..51d6bf1e 100644
--- a/rhodecode/model/comment.py
+++ b/rhodecode/model/comment.py
@@ -29,7 +29,7 @@ import traceback
from pylons.i18n.translation import _
from sqlalchemy.util.compat import defaultdict
-from rhodecode.lib import extract_mentioned_users
+from rhodecode.lib.utils2 import extract_mentioned_users
from rhodecode.lib import helpers as h
from rhodecode.model import BaseModel
from rhodecode.model.db import ChangesetComment, User, Repository, Notification