fix broken lines in reminder.py
authorJulien Rabier <taziden@flexiden.org>
Mon, 20 May 2013 22:55:38 +0000 (00:55 +0200)
committerJulien Rabier <taziden@flexiden.org>
Mon, 20 May 2013 22:55:38 +0000 (00:55 +0200)
reminder.py

index 90eebf4..e72c350 100644 (file)
@@ -45,8 +45,7 @@ for vote in c.execute('select id, id_group, date_end, title from votes where is_
                     "Content-type: text/plain; charset=utf-8",
                     "X-Mailer: %s" % VERSION,
                     "",
-                    "%s %s : %s" % (gettext(u"A vote concerns you and is going 
-                    to terminate on"), vote[2], vote[3].encode('utf-8')),
+                    "%s %s : %s" % (gettext(u"A vote concerns you and is going to terminate on"), vote[2], vote[3].encode('utf-8')),
                     gettext(u"You still didn't take part to it !"),
                     "",
                     gettext(u"This link will bring you to the form where you will be able to participate :"),
@@ -69,10 +68,8 @@ for vote in c.execute('select id, id_group, date_end, title from votes where is_
                     "Content-type: text/plain; charset=utf-8",
                     "X-Mailer: %s" % VERSION,
                     "",
-                    "%s %s : %s" % (gettext(u"A vote concerns you and is going 
-                    to terminate on "), vote[2], vote[3].encode('utf-8')),
-                    gettext(u"You have already voted but you can still modify 
-                    your choice"),
+                    "%s %s : %s" % (gettext(u"A vote concerns you and is going to terminate on "), vote[2], vote[3].encode('utf-8')),
+                    gettext(u"You have already voted but you can still modify your choice"),
                     "",
                     gettext(u"This link will bring you to the form where you will be able to participate :"),
                     link,