summaryrefslogtreecommitdiff
path: root/scripts/manifest.py
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-04 23:43:54 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-04 23:43:54 +0000
commit880b50fd84584f96bb0f1ff56e3eb5339cf0a047 (patch)
tree588d1d14b6144cdf7fc8210545b9c2aa032c1e85 /scripts/manifest.py
parente014bdce4d59eb8679352abad90934a0ed7351d5 (diff)
parent06c2542c3fc4404f79c90cd0aac6f99be1591dda (diff)
Merge "Remove __future__ references from python scripts" into main
Diffstat (limited to 'scripts/manifest.py')
-rwxr-xr-xscripts/manifest.py1
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