Hopefully the last massive cleanup.  I removed all the old usage of "from common import" since this conflicts with our
new absolute import mechanism (which incidentally breaks our automated unittest runner).

We are moving away from the use of common as a short cut for autotest_lib.client.common_lib.  Most of the last usages of the shortcut were in a handful of tests, and in some of the standalone tools which only used the common shortcut as a mechanism to acquire the check_version method.  Since these are all entry points, then they should call "import common" (which does the check_version). Here common refers to the common.py modules that are in every directory containing entry point code and which do the magic of creating the autotest_lib module.  

Signed-off-by: Travis Miller <raphtee@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1683 592f7852-d20e-0410-864c-8624ca9c26a4
12 files changed