aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Evelyn2017-09-29 21:45:48 +0100
committerGravatar Evelyn2017-09-29 21:45:48 +0100
commit1e644e78f3d93fafac1f4ea7d40ff1bb3a41c635 (patch)
tree475a6a5d2ac8144cf037db2345d926627e20877c
parentDon't break on an empty quit message (diff)
signature
Signals: Add Turnball
-rw-r--r--modules/signals.py1
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):