Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1858)

Unified Diff: appengine/components/components/auth/ui/rest_api.py

Issue 1148073005: Use luci-config for infrequently changing settings, part 2. (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: fix pylint (??!) Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/components/components/auth/ui/rest_api.py
diff --git a/appengine/components/components/auth/ui/rest_api.py b/appengine/components/components/auth/ui/rest_api.py
index 1c8ce1e4cc20726a2833ee3a8a2bbbae771280de..6aa58af94ff0ffefef4be0c0935f5043b498e918 100644
--- a/appengine/components/components/auth/ui/rest_api.py
+++ b/appengine/components/components/auth/ui/rest_api.py
@@ -101,7 +101,7 @@ def is_config_locked():
* OAuth client_id whitelist
* IP whitelist
- Used by auth_service that utilizes luci-config for config management.
+ Used by auth_service that utilizes config_service for config management.
"""
return _is_config_locked_cb() if _is_config_locked_cb else False
« no previous file with comments | « appengine/auth_service/static/js/config_page.js ('k') | appengine/components/components/auth/ui/templates/base.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698