fixed import
This commit is contained in:
parent
460e4be5eb
commit
9b2d3e0f56
1 changed files with 2 additions and 1 deletions
|
|
@ -25,12 +25,13 @@ import logging
|
|||
import traceback
|
||||
import collections
|
||||
|
||||
from pyramid.threadlocal import get_current_registry, get_current_request
|
||||
from pyramid.threadlocal import get_current_registry
|
||||
from sqlalchemy.sql.expression import null
|
||||
from sqlalchemy.sql.functions import coalesce
|
||||
|
||||
from rhodecode.lib import helpers as h, diffs, channelstream, hooks_utils
|
||||
from rhodecode.lib import audit_logger
|
||||
from rhodecode.lib.pyramid_utils import get_current_request
|
||||
from rhodecode.lib.exceptions import CommentVersionMismatch
|
||||
from rhodecode.lib.utils2 import extract_mentioned_users, safe_str, safe_int
|
||||
from rhodecode.model import BaseModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue