aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2021-04-16 17:26:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-16 17:26:06 +0000
commitf83016a5b126899df6781c1e754c7e9250830b5a (patch)
tree0b00b37312abed581b0e021d52bfa5b58d0b90ca
parentcc963d779543e3335ced71e40193e5a128859ab7 (diff)
parenta534c20c58270224b17ad1f53245fada78637c22 (diff)
downloadchromium-trace-f83016a5b126899df6781c1e754c7e9250830b5a.tar.gz
Update scripts to specify python2 am: 25821f7b19 am: a534c20c58
Original change: https://android-review.googlesource.com/c/platform/external/chromium-trace/+/1677029 Change-Id: Ifcd722b8fe3b24637519ac3df29feb7de62aa901
-rwxr-xr-xsystrace.py2
-rwxr-xr-xupdate.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/systrace.py b/systrace.py
index 71da6500..7bd45376 100755
--- a/systrace.py
+++ b/systrace.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
diff --git a/update.py b/update.py
index 2e44e985..d23e2b3b 100755
--- a/update.py
+++ b/update.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
import optparse
import os
@@ -13,7 +13,6 @@ PACKAGE_DIRS = [
'devil',
'systrace',
'third_party/pyserial',
- 'third_party/zipfile',
'third_party/polymer',
'tracing/tracing/trace_data',
]