admin: fix wrong ext_json import from tools.
This commit is contained in:
parent
1f812d6a5e
commit
27a8d62042
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ from pyramid.view import view_config
|
|||
from sqlalchemy.sql.functions import coalesce
|
||||
|
||||
from rhodecode.lib.helpers import Page
|
||||
from rhodecode_tools.lib.ext_json import json
|
||||
from rhodecode.lib.ext_json import json
|
||||
|
||||
from rhodecode.apps._base import BaseAppView, DataGridAppView
|
||||
from rhodecode.lib.auth import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue