aboutsummaryrefslogtreecommitdiff
path: root/modules/signals.py
diff options
context:
space:
mode:
authorGravatar Evelyn2016-06-25 22:12:06 +0100
committerGravatar Evelyn2016-06-25 22:12:06 +0100
commit871e7fc80dc3d5ea86a15abb0640cc09a8a7198f (patch)
treea466970e0710dc2fedb378bd7ce0acb4fde233d5 /modules/signals.py
parenttweaked karma.py. (diff)
signature
Add Walter Ulbricht quote
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 a5fdb764..d69983d9 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -30,7 +30,8 @@ QUOTES = {
"Love all, trust a few, do wrong to none." : "William Shakespeare",
"Patriotism is not enough. I must have no hatred or bitterness towards any one." : "Edith Cavell",
"The monuments of wit survive the monuments of power." : "Francis Bacon",
- "Human ingenuity cannot concoct a cipher which human ingenuity cannot resolve" : "Edgar Allan Poe"
+ "Human ingenuity cannot concoct a cipher which human ingenuity cannot resolve" : "Edgar Allan Poe",
+ "Nobody has the intention to erect a wall" : "Walter Ulbricht"
}
class Module(object):