From 5b6647af3067bd807584a31e4ec72b9bcfa139a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Thu, 30 May 2013 16:36:39 +0200 Subject: [PATCH] Don't import fdroid twice, allow -h without config --- fdroid | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fdroid b/fdroid index 202735a6..a14ea17b 100755 --- a/fdroid +++ b/fdroid @@ -18,7 +18,6 @@ # along with this program. If not, see . import sys -import fdroidserver commands = [ "build", @@ -45,8 +44,7 @@ def main(): command = sys.argv[1] if not command in commands: - print "Command '" + command + "' not recognised." - print "" + print "Command '" + command + "' not recognised.\n" print_help() sys.exit(1) -- 2.30.2