summaryrefslogtreecommitdiffstats
path: root/rawdog
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2018-05-06 20:30:33 +0200
committerTero Kojo <tero.kojo@qt.io>2018-05-07 07:40:52 +0000
commit58f1f8a6411926488342d2f9872811520d8eb580 (patch)
treeb8b3d93568551ddc4f489fa891e0be1c195533c9 /rawdog
parentc7161128b2c74c92a631a4caea518bb41759f516 (diff)
Upgrade to rawdog 2.22
Change-Id: Iccd32db1068ca65ee1e6de88ad137fa3950efde5 Reviewed-by: Tero Kojo <tero.kojo@qt.io>
Diffstat (limited to 'rawdog')
-rwxr-xr-xrawdog7
1 files changed, 4 insertions, 3 deletions
diff --git a/rawdog b/rawdog
index 878ab78..3715145 100755
--- 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
@@ -18,7 +18,9 @@
# MA 02110-1301, USA, or see http://www.gnu.org/.
from rawdoglib.rawdog import main
-import sys, os
+
+import os
+import sys
def launch():
sys.exit(main(sys.argv[1:]))
@@ -29,4 +31,3 @@ if __name__ == "__main__":
profile.run("launch()")
else:
launch()
-