From 871e7fc80dc3d5ea86a15abb0640cc09a8a7198f Mon Sep 17 00:00:00 2001 From: Evelyn Date: Sat, 25 Jun 2016 22:12:06 +0100 Subject: [PATCH 1/2] Add Walter Ulbricht quote --- modules/signals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): From 51fa7fee3e33ec99c290356ce87a0d40a51c6504 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Mon, 27 Jun 2016 23:11:46 +0100 Subject: [PATCH 2/2] We're all fucked. I'm fucked. You're fucked. [...] It's been the biggest cock-up ever and we're all completely fucked --- modules/signals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/signals.py b/modules/signals.py index d69983d9..7cf3a8b2 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -31,7 +31,8 @@ QUOTES = { "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", - "Nobody has the intention to erect a wall" : "Walter Ulbricht" + "Nobody has the intention to erect a wall" : "Walter Ulbricht", + "We're all completely fucked. I'm fucked. You're fucked. [...] It has been the biggest cock-up ever and we're all completely fucked" : "Richard Mottram" } class Module(object):