chiark / gitweb /
Merge branch 'authorregex' into 'master'
[fdroidserver.git] / fdroid
diff --git a/fdroid b/fdroid
index e112690f89876d8f1727280fa1043b1a0fb0ec4c..e24c0081ed8b464c573a13f385ca5e2aee0448e6 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -3,7 +3,7 @@
 #
 # fdroid.py - part of the FDroid server tools
 # Copyright (C) 2010-2015, Ciaran Gultnieks, ciaran@ciarang.com
-# Copyright (C) 2013-2014 Daniel Martí <mvdan@mvdan.cc>
+# Copyright (C) 2013-2014 Daniel Marti <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -51,7 +51,7 @@ def print_help():
     print("Valid commands are:")
     for cmd, summary in commands.items():
         print("   " + cmd + ' ' * (15 - len(cmd)) + summary)
-    print()
+    print("")
 
 
 def main():