aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar Evelyn2017-10-27 09:40:26 +0100
committerGravatar Evelyn2017-10-27 09:40:26 +0100
commit72b2f3bc29740fadb6bc49c9614dec419eb29193 (patch)
tree5e2d04e28cdad59d80d370e8469ddfec6dda50ba /modules
parentNR: Use the same association descriptions for LDB and SCHEDULE (diff)
signature
Amber Rudd
Diffstat (limited to 'modules')
-rw-r--r--modules/signals.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/signals.py b/modules/signals.py
index 62563f02..097385b8 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -52,6 +52,7 @@ QUOTES = {
"The lamps are going out all over Europe, we shall not see them lit again in our lifetime" : "Edward Grey",
"The laws of mathematics are very commendable, but the only law that applies in Australia is the law of Australia" : "Malcolm Turnbull",
"He had to download the entire iOS system on his computer, he had to decrypt it, he had to do all of these things I don't even understand" : "Glenn Moramarco, as assistant U.S. attorney",
+ "I don’t need to understand how encryption works" : "Amber Rudd",
}
class Module(object):