remove redundant imports and pointless code

This commit is contained in:
Hans-Christoph Steiner 2021-05-11 20:25:51 +02:00
parent 95af082082
commit 0fbd04f1c2
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
5 changed files with 0 additions and 10 deletions

View file

@ -66,7 +66,6 @@ def main():
help=_("Do not prompt for Android SDK path, just fail"))
options = parser.parse_args()
aapt = None
fdroiddir = os.getcwd()
test_config = dict()
examplesdir = common.get_examples_dir()
@ -227,8 +226,6 @@ def main():
msg = '\n'
msg += _('Built repo based in "%s" with this config:') % fdroiddir
msg += '\n\n Android SDK:\t\t\t' + config['sdk_path']
if aapt:
msg += '\n Android SDK Build Tools:\t' + os.path.dirname(aapt)
msg += '\n Android NDK r12b (optional):\t$ANDROID_NDK'
msg += '\n ' + _('Keystore for signing key:\t') + keystore
if repo_keyalias is not None: