Had to change a few classes to be new style python classes. This is done since
I am having to mock out these classes and they need to be new style for that
to work in our mock framework. The other change was to allow mock_god to
unstub a specific method. The bulk of the new code is in job_unittest.py
which tests job.py. had to make a couple of changes to job.py that involve
changing __ to _.
Signed-off-by: Travis Miller <raphtee@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1668 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/config.py b/client/bin/config.py
index 477bece..55aab26 100644
--- a/client/bin/config.py
+++ b/client/bin/config.py
@@ -15,7 +15,7 @@
import os
-class config:
+class config(object):
"""The BASIC job configuration
Properties: