diff options
author | 2024-12-04 23:43:54 +0000 | |
---|---|---|
committer | 2024-12-04 23:43:54 +0000 | |
commit | 880b50fd84584f96bb0f1ff56e3eb5339cf0a047 (patch) | |
tree | 588d1d14b6144cdf7fc8210545b9c2aa032c1e85 /scripts/manifest.py | |
parent | e014bdce4d59eb8679352abad90934a0ed7351d5 (diff) | |
parent | 06c2542c3fc4404f79c90cd0aac6f99be1591dda (diff) |
Merge "Remove __future__ references from python scripts" into main
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 |