aboutsummaryrefslogtreecommitdiff
path: root/remote_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'remote_test.py')
-rwxr-xr-xremote_test.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/remote_test.py b/remote_test.py
index 62598d5a..98ff62a5 100755
--- a/remote_test.py
+++ b/remote_test.py
@@ -1,6 +1,10 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
#
-# Copyright 2010 Google Inc. All Rights Reserved.
+# Copyright 2020 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.
+
"""Script to wrap test_that script.
This script can login to the chromeos machine using the test private key.