Fix some circular dependency issues in the job<->site_job setup in client/bin.
If we have site_job inherit from base_job, then we can run into import issues
due to the circular dependency between site_job and job. Since we never create
an instance of site_job directly, it's better to just have it inherit from
object and then make job multiply inherit from both base_job and site_job,
with site_job overriding base_job.

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



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1773 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed