This is a fix for a condition that was most certainly introduced during the global_config -> settings API change.
Signed-off-by: Cleber Rosa <[email protected]> --- tko/autotest-db-delete-job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tko/autotest-db-delete-job b/tko/autotest-db-delete-job index 286a01f..2a2d6b0 100755 --- a/tko/autotest-db-delete-job +++ b/tko/autotest-db-delete-job @@ -5,7 +5,7 @@ try: except ImportError: import common from autotest.tko import db -from autotest.client.shared import settings +from autotest.client.shared.settings import settings from autotest.client.shared import logging_manager, logging_config from autotest.client import utils -- 1.7.11.7 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
