From 6615dda7a1fb9bce2910d6d6c94e348ae79a1fc8 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 27 Jan 2017 21:30:54 +0000 Subject: [PATCH] quotes --- modules/signals.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/signals.py b/modules/signals.py index 703bf4de..c3c8c238 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -37,12 +37,13 @@ QUOTES = { "Every great historical event began as a utopia and ended as a reality." : "Richard Nikolaus Eijiro", "Strange women lying in ponds distributing swords is no basis for a system of government!" : "", "My hovercraft is full of eels." : "", - "You may burn my books and the books of the best minds in Europe, but the ideas those books contain have passed through millions of channels and will go on." : "Helen Keller", "That was only a prelude; where they burn books, they will in the end also burn people" : "Heinrich Heine", 'Never, "for the sake of peace and quiet", deny your own experience or convictions.' : "Dag Hammarskjöld", "Quis custodiet ipsos custodes?" : "", "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not." : "Theodor Seuss Geisel", - "Wer nichts zu verbergen hat, hat auch nichts zu befürchten" : "" + "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", + "Сейчас я вам заявляю, что вы провалились!" : "", } class Module(object):