aboutsummaryrefslogtreecommitdiff
path: root/modules/signals.py
diff options
context:
space:
mode:
authorGravatar Evelyn2016-12-14 14:43:55 +0000
committerGravatar Evelyn2016-12-14 14:43:55 +0000
commit67f0d16c1c845a5d2532ed04d979015e9d9785a7 (patch)
tree3bac259cf5a45d18679479826cd8a6a4aed5a04a /modules/signals.py
parentRemove 'plat' prefix for space (diff)
signature
Add quote to signals module
Diffstat (limited to 'modules/signals.py')
-rw-r--r--modules/signals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py
index 9ae91b24..703bf4de 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -41,7 +41,8 @@ QUOTES = {
"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"
+ "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" : ""
}
class Module(object):