aboutsummaryrefslogtreecommitdiff
path: root/crosperf/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/config.py')
-rw-r--r--crosperf/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/crosperf/config.py b/crosperf/config.py
index 61ad9c1a..c2a7fe5d 100644
--- a/crosperf/config.py
+++ b/crosperf/config.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2011 The Chromium OS Authors. All rights reserved.
+# Copyright 2011 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -8,8 +8,8 @@ config = {}
def GetConfig(key):
- return config.get(key)
+ return config.get(key)
def AddConfig(key, value):
- config[key] = value
+ config[key] = value