From bd94b34bf93fbaa5452213c9ded31ca1d9feaad9 Mon Sep 17 00:00:00 2001 From: Chaz Littlejohn Date: Sat, 19 Mar 2011 21:38:48 +0000 Subject: [PATCH] testing... --- test_Python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_Python.py b/test_Python.py index 3faf7c7e..daf0724a 100755 --- a/test_Python.py +++ b/test_Python.py @@ -24,7 +24,7 @@ Test if python is working. import sys -print "\npython is working!" +print "\npython is indeed working!" print "\npress return to finish" sys.stdin.readline()