chiark / gitweb /
fix PEP8 "E303 too many blank lines (2)"
authorHans-Christoph Steiner <hans@eds.org>
Fri, 2 May 2014 03:42:56 +0000 (23:42 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 6 May 2014 15:45:03 +0000 (11:45 -0400)
fdroidserver/checkupdates.py
fdroidserver/metadata.py
fdroidserver/update.py

index b6b52a274e602ce7bf020cfe5b949b177b561bab..496cc88b24858618f18a7d572315805a57fa1223 100644 (file)
@@ -354,7 +354,6 @@ def main():
                                 common.getappname(app), version))
         return
 
-
     for app in apps:
 
         if options.autoonly and app['Auto Update Mode'] in ('None', 'Static'):
index 0adbc8eb796cf2420ea5d3fc126d55849c145d9e..208752ba66f74143f695c0475576e1c7dc2e9018 100644 (file)
@@ -272,7 +272,6 @@ class DescriptionFormatter:
                 self.ital = not self.ital
                 txt = txt[2:]
 
-
     def linkify(self, txt):
         linkified_plain = ''
         linkified_html = ''
@@ -805,7 +804,6 @@ def write_metadata(dest, app):
         mf.write('.\n')
         mf.write('\n')
 
-
     if app['Archive Policy']:
         writefield('Archive Policy')
     writefield('Auto Update Mode')
index 648f82664bb9f73a1bf8cf0805e82747f79091a7..09790fc8ed333aa9651dbd859e514dd24f8e2756 100644 (file)
@@ -840,7 +840,6 @@ def make_index(apps, apks, repodir, archive, categories):
     f.close()
 
 
-
 def archive_old_apks(apps, apks, archapks, repodir, archivedir, defaultkeepversions):
 
     for app in apps: