chiark / gitweb /
fix PEP8 fdroidserver/common.py:65:13: E126 continuation line over-indented for hangi...
authorHans-Christoph Steiner <hans@eds.org>
Mon, 30 Jun 2014 15:27:21 +0000 (11:27 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Jul 2014 01:19:55 +0000 (21:19 -0400)
fdroidserver/common.py

index 14e1f06d6d47a051371901a31a8d05a45e432f68..c5f2aa1f0d8fa554e0cc255e832ece3e02fb5ddc 100644 (file)
@@ -61,11 +61,11 @@ def get_default_config():
         'repo_url': "https://MyFirstFDroidRepo.org/fdroid/repo",
         'repo_name': "My First FDroid Repo Demo",
         'repo_icon': "fdroid-icon.png",
-        'repo_description':
+        'repo_description': (
             "This is a repository of apps to be used with FDroid. Applications in this "
-            "repository are either official binaries built by the original application "
-            "developers, or are binaries built from source by the admin of f-droid.org "
-            "using the tools on https://gitlab.com/u/fdroid.",
+            "repository are either official binaries built by the original application "
+            "developers, or are binaries built from source by the admin of f-droid.org "
+            + "using the tools on https://gitlab.com/u/fdroid."),
         'archive_older': 0,
     }