Change common.py'>common.py so that it inserts all of the libraries it loads
into sys.modules, so that we can import specific submodules directly
(e.g. "import common.logging") or specific contents of submodules
(e.g. "from common.logging import record") instead of only being able
to import the top-level common module.

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


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