##// END OF EJS Templates
oss-licenses: Use only 'rhodecode' as pkg_resource manager string....
Martin Bornhold -
r205:2b64428b default
parent child Browse files
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.config', 'licenses.json')
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