##// END OF EJS Templates
fixed import
ilin.s -
r5659:822bcfab default
parent child Browse files
Show More
@@ -25,12 +25,13 import logging
25 25 import traceback
26 26 import collections
27 27
28 from pyramid.threadlocal import get_current_registry, get_current_request
28 from pyramid.threadlocal import get_current_registry
29 29 from sqlalchemy.sql.expression import null
30 30 from sqlalchemy.sql.functions import coalesce
31 31
32 32 from rhodecode.lib import helpers as h, diffs, channelstream, hooks_utils
33 33 from rhodecode.lib import audit_logger
34 from rhodecode.lib.pyramid_utils import get_current_request
34 35 from rhodecode.lib.exceptions import CommentVersionMismatch
35 36 from rhodecode.lib.utils2 import extract_mentioned_users, safe_str, safe_int
36 37 from rhodecode.model import BaseModel
General Comments 0
You need to be logged in to leave comments. Login now