aboutsummaryrefslogtreecommitdiff
path: root/files/download_vs_toolchain.py
diff options
context:
space:
mode:
Diffstat (limited to 'files/download_vs_toolchain.py')
-rw-r--r--files/download_vs_toolchain.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/download_vs_toolchain.py b/files/download_vs_toolchain.py
index 4b345789..6bc086d6 100644
--- a/files/download_vs_toolchain.py
+++ b/files/download_vs_toolchain.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-#
+#!/usr/bin/env vpython3
+
# Copyright 2014 The LibYuv Project Authors. All rights reserved.
#
# Use of this source code is governed by a BSD-style license
@@ -22,7 +22,7 @@ sys.path.insert(0, os.path.join(checkout_root, 'build'))
sys.path.insert(0, os.path.join(checkout_root, 'tools', 'find_depot_tools'))
-import vs_toolchain
+import vs_toolchain # pylint: disable=wrong-import-position
if __name__ == '__main__':