commit: cc61c64c0c2bfb3bdfe32eb0030db2ab69483346 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Sun Nov 20 15:37:42 2016 +0000 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org> CommitDate: Sun Nov 20 15:37:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=cc61c64c
ImportError: No module named 'repoman.checks.ebuilds' pym/tbc/qachecks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/tbc/qachecks.py b/pym/tbc/qachecks.py index 892642f..976cb2a 100644 --- a/pym/tbc/qachecks.py +++ b/pym/tbc/qachecks.py @@ -14,7 +14,7 @@ from portage import os, _encodings, _unicode_decode, _unicode_encode from portage.exception import DigestException, FileNotFound, ParseError, PermissionDenied from _emerge.Package import Package from _emerge.RootConfig import RootConfig -from repoman.checks.ebuilds.checks import run_checks +from repoman.modules.scan.ebuild.checks import run_checks from tbc.repoman import repoman_main from tbc.sqlquerys import get_configmetadata_info, get_config_info, get_setup_info import portage