From fd83c984fd2bb6c898312ccc33d2f5f6e4ff12d8 Mon Sep 17 00:00:00 2001 From: Harry Sutton Date: Sat, 16 May 2015 19:59:24 -0400 Subject: [PATCH] Adds a quote Adds my favorite Nietzsche quote Change-Id: Id0c2c77e0a8909ba4aa5b3236f5d7d6b1259247b --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index b6e3a024b..1f5d132b4 100755 --- a/test.py +++ b/test.py @@ -32,5 +32,6 @@ def main(): print ":-)" print "First lame commit:-)" print "SB" + print "That which does not kill me makes me strong." if __name__ == "__main__": main()