Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 880b50fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove __future__ references from python scripts" into main

parents e014bdce 06c2542c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
#
"""A tool to create an APEX bundle out of Soong-built base.zip"""

from __future__ import print_function

import argparse
import sys
import tempfile
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
Usage: check_boot_jars.py <dexdump_path> <package_allow_list_file> <jar1> \
<jar2> ...
"""
from __future__ import print_function
import logging
import re
import subprocess
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
#
"""A tool for constructing class loader context."""

from __future__ import print_function

import argparse
import json
import sys
+0 −1
Original line number Diff line number Diff line
@@ -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


+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
#
"""A tool for checking that a manifest agrees with the build system."""

from __future__ import print_function

import argparse
import json
import re
Loading