diff options
| author | 2017-10-10 10:54:38 +0100 | |
|---|---|---|
| committer | 2017-10-10 10:54:38 +0100 | |
| commit | a8ea18202ea667ae0b494fb9a541b404f24b19f5 (patch) | |
| tree | a05668e3c435f83c248905fe4dd6f3d9fe11c60b /modules | |
| parent | Signals: Add Turnball (diff) | |
| signature | ||
Signals: Glenn Moramarco quote
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/signals.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/signals.py b/modules/signals.py index 8c75c260..62563f02 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -51,6 +51,7 @@ QUOTES = { "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", "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", } class Module(object): |
