diff options
author | markdr <markdr@google.com> | 2017-10-21 00:22:03 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-21 00:22:03 +0000 |
commit | 5fb76bd3553ada2a11370585aafa5aaf260a4552 (patch) | |
tree | fd7bf6e63036f8de90696e3613f7ef187f8923af /scripts/update_device.py | |
parent | 23d52be12fbe9001bb2e35b19e957367c73b4bba (diff) | |
parent | 5c9082dd722318d736158a90ff85a9d57bc0ffe5 (diff) |
Defaults update_device to use only compatible python versions
am: 5c9082dd72
Change-Id: I385f91e42a9959696c29b1c05560f0b8e95548db
Diffstat (limited to 'scripts/update_device.py')
-rwxr-xr-x | scripts/update_device.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_device.py b/scripts/update_device.py index 1a0daf8d..b2452ac9 100755 --- a/scripts/update_device.py +++ b/scripts/update_device.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # # Copyright (C) 2017 The Android Open Source Project # |