Drop the unusual __init__.py and site_libraries.py we have in common_lib. Signed-off-by: John Admanski <[email protected]>
--- autotest/client/common_lib/__init__.py 2010-03-24 10:07:59.000000000 -0700 +++ autotest/client/common_lib/__init__.py 2010-03-24 10:07:59.000000000 -0700 @@ -1,5 +0,0 @@ -__all__ = ['error', 'log', 'barrier', 'check_version', 'test', 'utils', - 'global_config', 'mail'] - -import site_libraries -__all__.extend(site_libraries.libraries) --- autotest/client/common_lib/site_libraries.py +++ /dev/null @@ -1 +0,0 @@ -libraries = [] _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
