aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binary_search_tool/__init__.py1
-rw-r--r--binary_search_tool/test/__init__.py1
-rwxr-xr-xcrosperf/experiment_runner_unittest.py3
-rw-r--r--crosperf/suite_runner.py1
-rw-r--r--utils/buildbot_utils.py1
-rw-r--r--utils/file_utils.py1
-rw-r--r--utils/locks.py1
-rw-r--r--utils/machines.py1
-rw-r--r--utils/manifest_versions.py1
-rw-r--r--utils/misc.py1
-rw-r--r--utils/tabulator.py4
11 files changed, 4 insertions, 12 deletions
diff --git a/binary_search_tool/__init__.py b/binary_search_tool/__init__.py
index e69de29b..8b137891 100644
--- a/binary_search_tool/__init__.py
+++ b/binary_search_tool/__init__.py
@@ -0,0 +1 @@
+
diff --git a/binary_search_tool/test/__init__.py b/binary_search_tool/test/__init__.py
index e69de29b..8b137891 100644
--- a/binary_search_tool/test/__init__.py
+++ b/binary_search_tool/test/__init__.py
@@ -0,0 +1 @@
+
diff --git a/crosperf/experiment_runner_unittest.py b/crosperf/experiment_runner_unittest.py
index d0623e32..fe5733e4 100755
--- a/crosperf/experiment_runner_unittest.py
+++ b/crosperf/experiment_runner_unittest.py
@@ -312,8 +312,7 @@ class ExperimentRunnerTest(unittest.TestCase):
self.assertEqual(len(mock_emailer.call_args), 2)
self.assertEqual(mock_emailer.call_args[0],
(['jane.doe@google.com', 'john.smith@google.com',
- 'john.smith@google.com'],
- ': image1 vs. image2',
+ 'john.smith@google.com'], ': image1 vs. image2',
"<pre style='font-size: 13px'>This is a fake text "
'report.\nResults are stored in _results.\n</pre>'))
self.assertTrue(type(mock_emailer.call_args[1]) is dict)
diff --git a/crosperf/suite_runner.py b/crosperf/suite_runner.py
index 48ef97a5..527aa984 100644
--- a/crosperf/suite_runner.py
+++ b/crosperf/suite_runner.py
@@ -1,4 +1,3 @@
-
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/utils/buildbot_utils.py b/utils/buildbot_utils.py
index 080e91f6..f95f2e8b 100644
--- a/utils/buildbot_utils.py
+++ b/utils/buildbot_utils.py
@@ -1,4 +1,3 @@
-
# Copyright 2014 Google Inc. All Rights Reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/utils/file_utils.py b/utils/file_utils.py
index 52d0dc03..cb2e417f 100644
--- a/utils/file_utils.py
+++ b/utils/file_utils.py
@@ -1,4 +1,3 @@
-
# Copyright 2011 Google Inc. All Rights Reserved.
import errno
diff --git a/utils/locks.py b/utils/locks.py
index ff4d2155..5d865710 100644
--- a/utils/locks.py
+++ b/utils/locks.py
@@ -1,4 +1,3 @@
-
# Copyright 2015 The Chromium OS Authors. All rights reserved.
"""Utilities for locking machines."""
diff --git a/utils/machines.py b/utils/machines.py
index fb184a8d..1973e656 100644
--- a/utils/machines.py
+++ b/utils/machines.py
@@ -1,4 +1,3 @@
-
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/utils/manifest_versions.py b/utils/manifest_versions.py
index e618ffc3..c09ac00c 100644
--- a/utils/manifest_versions.py
+++ b/utils/manifest_versions.py
@@ -1,4 +1,3 @@
-
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/utils/misc.py b/utils/misc.py
index a70328ea..ecc0b1a5 100644
--- a/utils/misc.py
+++ b/utils/misc.py
@@ -1,4 +1,3 @@
-
# Copyright 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/utils/tabulator.py b/utils/tabulator.py
index 6653a0f9..23bbca22 100644
--- a/utils/tabulator.py
+++ b/utils/tabulator.py
@@ -1,4 +1,3 @@
-
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -1162,8 +1161,7 @@ def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE):
tg = TableGenerator(runs, labels, TableGenerator.SORT_BY_VALUES_DESC)
table = tg.GetTable()
columns = [Column(LiteralResult(), Format(), 'Literal'),
- Column(AmeanResult(), Format()),
- Column(StdResult(), Format()),
+ Column(AmeanResult(), Format()), Column(StdResult(), Format()),
Column(CoeffVarResult(), CoeffVarFormat()),
Column(NonEmptyCountResult(), Format()),
Column(AmeanRatioResult(), PercentFormat()),