From: Hans-Christoph Steiner Date: Mon, 30 Jun 2014 15:27:21 +0000 (-0400) Subject: fix PEP8 fdroidserver/common.py:65:13: E126 continuation line over-indented for hangi... X-Git-Tag: 0.2.1~73^2~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=afb98f9327dd85ba518df041aeba3459f029999c;p=fdroidserver.git fix PEP8 fdroidserver/common.py:65:13: E126 continuation line over-indented for hanging indent --- diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 14e1f06d..c5f2aa1f 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -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, }