Convert all python code to use four-space indents instead of eight-space tabs.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1658 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/aborttest/aborttest.py b/client/tests/aborttest/aborttest.py
index 44ceb17..6e8dadd 100755
--- a/client/tests/aborttest/aborttest.py
+++ b/client/tests/aborttest/aborttest.py
@@ -2,7 +2,7 @@
 from autotest_lib.client.bin import test
 
 class aborttest(test.test):
-	version = 1
+    version = 1
 
-	def execute(self):
-		raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')
+    def execute(self):
+        raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')