diff options
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 7ed6c2d0..8c75c260 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -50,6 +50,7 @@ QUOTES = { "If you know your enemy and know yourself, one hundred battles will not defeat you" : "Sun Tzu", "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", } class Module(object): |
