##// END OF EJS Templates
admin: fix wrong ext_json import from tools.
marcink -
r1750:b21c62b0 default
parent child Browse files
Show More
@@ -26,7 +26,7 b' from pyramid.view import view_config'
26 26 from sqlalchemy.sql.functions import coalesce
27 27
28 28 from rhodecode.lib.helpers import Page
29 from rhodecode_tools.lib.ext_json import json
29 from rhodecode.lib.ext_json import json
30 30
31 31 from rhodecode.apps._base import BaseAppView, DataGridAppView
32 32 from rhodecode.lib.auth import (
General Comments 0
You need to be logged in to leave comments. Login now