aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar Evelyn2017-06-23 21:13:31 +0100
committerGravatar Evelyn2017-06-23 21:13:31 +0100
commit81edacfba6225fb7013c17af6c804a51412b15ec (patch)
tree900fd8b62276f01316c16d2eff1050cccf440509 /modules
parentadd quote (diff)
signature
Sun Tzu*2, optimism (ha)
Diffstat (limited to 'modules')
-rw-r--r--modules/signals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/signals.py b/modules/signals.py
index 372e5e30..5d4cc696 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -46,6 +46,9 @@ QUOTES = {
"Сейчас я вам заявляю, что вы провалились!" : "",
"Godhet är något så enkelt: att alltid finnas för andra, att aldrig söka sig själv." : "Dag Hammarskjöld",
"Fire, water and government know nothing of mercy" : "",
+ "The optimist proclaims that we live in the best of all possible worlds; and the pessimist fears this is true. So I elect for neither label" : "James Branch Cabell",
+ "微乎微乎,至于无形;神乎神乎,至于无声;故能为敌之司命" : "孫子",
+ "If you know your enemy and know yourself, one hundred battles will not defeat you" : "Sun Tzu",
}
class Module(object):