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

Unified Diff: chromium-committers/constants.py

Issue 25515004: Add chromium-committers appengine app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « chromium-committers/auth_util.py ('k') | chromium-committers/hmac_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromium-committers/constants.py
===================================================================
--- chromium-committers/constants.py (revision 0)
+++ chromium-committers/constants.py (revision 0)
@@ -0,0 +1,11 @@
+# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""This file contains constants for use throughout the app."""
+
+__author__ = 'agable@google.com (Aaron Gable)'
+
+
+# The email list (google group) containing the list of chromium committers.
+LIST = 'committers@chromium.org'
« no previous file with comments | « chromium-committers/auth_util.py ('k') | chromium-committers/hmac_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698