diff options
| author | 2017-09-29 21:45:48 +0100 | |
|---|---|---|
| committer | 2017-09-29 21:45:48 +0100 | |
| commit | 1e644e78f3d93fafac1f4ea7d40ff1bb3a41c635 (patch) | |
| tree | 475a6a5d2ac8144cf037db2345d926627e20877c | |
| parent | Don't break on an empty quit message (diff) | |
| signature | ||
Signals: Add Turnball
| -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): |
