aboutsummaryrefslogtreecommitdiff
path: root/modules/signals.py
diff options
context:
space:
mode:
authorGravatar Evelyn2017-08-25 10:57:54 +0100
committerGravatar Evelyn2017-08-25 10:57:54 +0100
commitbb8d73d9d1b87f6dfc1554e7ee87e26b6d2bb8eb (patch)
tree8090fb976290bb5cf266358eece690fdedc797d5 /modules/signals.py
parentSignals: Don't take Hitler out of context, add 'tear down this wall' etc (diff)
signature
Signals: add quote
Diffstat (limited to 'modules/signals.py')
-rw-r--r--modules/signals.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/signals.py b/modules/signals.py
index 4b2a52fe..fdc39826 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -49,6 +49,7 @@ QUOTES = {
"微乎微乎,至于无形;神乎神乎,至于无声;故能为敌之司命" : "孫子",
"If you know your enemy and know yourself, one hundred battles will not defeat you" : "Sun Tzu",
"Come here to this gate! Mr Gorbachev, open this gate! Mr Gorbachev, tear down this wall!" : "Ronald Reagan",
+ "The lamps are going out all over Europe, we shall not see them lit again in our lifetime" : "Edward Grey",
}
class Module(object):