core: use consistent import for get_current_request
This commit is contained in:
parent
2433f3fbfc
commit
107b31a78f
14 changed files with 20 additions and 17 deletions
|
|
@ -31,7 +31,7 @@ import urllib.error
|
|||
import collections
|
||||
|
||||
import dataclasses as dataclasses
|
||||
from pyramid.threadlocal import get_current_request
|
||||
from rhodecode.lib.pyramid_utils import get_current_request
|
||||
|
||||
from rhodecode.lib.vcs.nodes import FileNode
|
||||
from rhodecode.translation import lazy_ugettext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue