From 36816af1d8b2bc6e0c17100d6f6e8ae795f7a69d Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 16 Jun 2017 14:04:04 +0100 Subject: [PATCH] =?UTF-8?q?Dag=20Hammarskj=C3=B6ld=20quote=20somewhat=20re?= =?UTF-8?q?levant=20to=20our=20lives=20at=20present?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/signals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/signals.py b/modules/signals.py index cbc9b90c..597249e0 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -44,6 +44,7 @@ QUOTES = { "Wer nichts zu verbergen hat, hat auch nichts zu befürchten" : "", "Words will always retain their power. Words offer the means to meaning, and for those who will listen, the enunciation of truth." : "Alan Moore", "Сейчас я вам заявляю, что вы провалились!" : "", + "Godhet är något så enkelt: att alltid finnas för andra, att aldrig söka sig själv." : "Dag Hammarskjöld", } class Module(object):