From bb8d73d9d1b87f6dfc1554e7ee87e26b6d2bb8eb Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 25 Aug 2017 10:57:54 +0100 Subject: [PATCH] Signals: add quote --- modules/signals.py | 1 + 1 file changed, 1 insertion(+) 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):