Show More
@@ -976,7 +976,7 b' def read_opensource_licenses():' | |||||
976 |
|
976 | |||
977 | if not _license_cache: |
|
977 | if not _license_cache: | |
978 | licenses = pkg_resources.resource_string( |
|
978 | licenses = pkg_resources.resource_string( | |
979 |
'rhodecode |
|
979 | 'rhodecode', 'config/licenses.json') | |
980 | _license_cache = json.loads(licenses) |
|
980 | _license_cache = json.loads(licenses) | |
981 |
|
981 | |||
982 | return _license_cache |
|
982 | return _license_cache |
General Comments 0
You need to be logged in to leave comments.
Login now