Remove trailing newlines.
authorAdam Sampson <ats@offog.org>
Tue, 26 Jul 2016 11:28:41 +0000 (12:28 +0100)
committerAdam Sampson <ats@offog.org>
Tue, 26 Jul 2016 11:29:13 +0000 (12:29 +0100)
pylint warns about these.

NEWS
rawdog
rawdoglib/plugins.py
rawdoglib/rawdog.py

diff --git a/NEWS b/NEWS
index 8bd8ca291782f6ff7c6201145ed92b1fa24344d5..b3983464ffdcb213fd38cd31770aa9e043691ea2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ location is an absolute URI (as the HTTP/1.1 specification says it
 should be). Some broken servers return a relative path, or junk, and in
 those cases rawdog shouldn't update the URL in the config file.
 
+Fix some more style problems reported by pylint.
+
 - rawdog 2.21
 
 Don't crash when asked to show a non-existant template ("-s foo") -- and
diff --git a/rawdog b/rawdog
index 878ab78edcc2a2b998ca1205b8223d0e24bc0538..0187d883b02d7ec74fb787e8227df0069620ab62 100755 (executable)
--- a/rawdog
+++ b/rawdog
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # rawdog: RSS aggregator without delusions of grandeur.
-# Copyright 2003, 2004, 2005, 2006 Adam Sampson <ats@offog.org>
+# Copyright 2003, 2004, 2005, 2006, 2016 Adam Sampson <ats@offog.org>
 #
 # rawdog is free software; you can redistribute and/or modify it
 # under the terms of that license as published by the Free Software
@@ -29,4 +29,3 @@ if __name__ == "__main__":
                profile.run("launch()")
        else:
                launch()
-
index 8f8d620b8cb12c6650e8c883db07121e307fca6b..447b269433d5ef7748fcd9d8e2f650cda5c00d3a 100644 (file)
@@ -1,5 +1,5 @@
 # plugins: handle add-on modules for rawdog.
-# Copyright 2004, 2005, 2013 Adam Sampson <ats@offog.org>
+# Copyright 2004, 2005, 2013, 2016 Adam Sampson <ats@offog.org>
 #
 # rawdog is free software; you can redistribute and/or modify it
 # under the terms of that license as published by the Free Software
@@ -75,4 +75,3 @@ def call_hook(hookname, *args):
                if not func(*args):
                        return True
        return False
-
index 82b284a8ae20d09e253fc487f9a9628176eb9288..d1d4e4c3434d2eb7847c3407efeeb0ca3256414d 100644 (file)
@@ -2006,4 +2006,3 @@ def main(argv):
        rawdog_p.close()
 
        return 0
-