1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Silly mistake in import.py

This commit is contained in:
Daniel Martí 2013-08-15 15:14:24 +02:00
parent 37041c506b
commit 26c5cc0e6b

View File

@ -228,7 +228,7 @@ def main():
sys.exit(1)
# Extract some information...
paths = manifest_paths(app_dir, None)
paths = common.manifest_paths(app_dir, None)
version, vercode, package = common.parse_androidmanifests(paths)
if not package:
print "Couldn't find package ID"