aboutsummaryrefslogtreecommitdiff
path: root/orderfile/post_process_orderfile_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'orderfile/post_process_orderfile_test.py')
-rwxr-xr-xorderfile/post_process_orderfile_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/orderfile/post_process_orderfile_test.py b/orderfile/post_process_orderfile_test.py
index 2532b8b3..a5fb2c73 100755
--- a/orderfile/post_process_orderfile_test.py
+++ b/orderfile/post_process_orderfile_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -41,7 +41,7 @@ def _cleanup(files):
class Tests(unittest.TestCase):
"""All of our tests for post_process_orderfile."""
- #pylint: disable=protected-access
+ # pylint: disable=protected-access
def test__parse_nm_output(self):
temp_dir = tempfile.mkdtemp()
self.addCleanup(_cleanup, [temp_dir])