aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/test/switch_to_bad.py
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/test/switch_to_bad.py')
-rwxr-xr-xbinary_search_tool/test/switch_to_bad.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/binary_search_tool/test/switch_to_bad.py b/binary_search_tool/test/switch_to_bad.py
index 91b7e7a8..e3553eb6 100755
--- a/binary_search_tool/test/switch_to_bad.py
+++ b/binary_search_tool/test/switch_to_bad.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -10,7 +10,7 @@ from __future__ import print_function
import sys
-import common
+from binary_search_tool.test import common
def Main(argv):