diff options
author | 2024-12-05 01:06:33 +0000 | |
---|---|---|
committer | 2024-12-05 01:06:33 +0000 | |
commit | 066eead96b476c33bf6f410ddbf2c588a1b404a1 (patch) | |
tree | f216ad904d475434bcffa44e2610b5adfd230ba4 /scripts/manifest.py | |
parent | 81484fe6e62c32b4048b0634f9d930dcc272ee3a (diff) | |
parent | 3ba291457374f9781d49262ced66ac7c80b4f9cb (diff) |
Merge "Remove __future__ references from python scripts" into main am: 880b50fd84 am: 3ba2914573
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3393440
Change-Id: Ibf4aa361636a759adcaf3bf3b9bfc64f449cf15f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'scripts/manifest.py')
-rwxr-xr-x | scripts/manifest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/manifest.py b/scripts/manifest.py index 32603e869..87f4f0cc7 100755 --- a/scripts/manifest.py +++ b/scripts/manifest.py @@ -16,7 +16,6 @@ # """A tool for inserting values from the build system into a manifest or a test config.""" -from __future__ import print_function from xml.dom import minidom |