diff options
| author | 2016-06-27 23:11:46 +0100 | |
|---|---|---|
| committer | 2016-06-27 23:11:46 +0100 | |
| commit | 51fa7fee3e33ec99c290356ce87a0d40a51c6504 (patch) | |
| tree | 76ca449f7ff83b77c8f1519c513f576825366110 /modules | |
| parent | Add Walter Ulbricht quote (diff) | |
| signature | ||
We're all fucked. I'm fucked. You're fucked. [...] It's been the biggest cock-up ever and we're all completely fucked
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/signals.py | 3 |
1 files changed, 2 insertions, 1 deletions
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): |
