| 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'
|
|
|