From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17D781381FA for ; Mon, 2 Jun 2014 14:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED5DEE0ACD; Mon, 2 Jun 2014 14:11:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 811B5E0ACD for ; Mon, 2 Jun 2014 14:11:26 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8604D33FE79 for ; Mon, 2 Jun 2014 14:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3B9D6181A9 for ; Mon, 2 Jun 2014 14:11:19 +0000 (UTC) From: "Tom Wijsman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tom Wijsman" Message-ID: <1401718221.f40235dc6ae4e9efd5db5be259740dc6f1a70b8e.tomwij@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/main.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: tomwij X-VCS-Committer-Name: Tom Wijsman X-VCS-Revision: f40235dc6ae4e9efd5db5be259740dc6f1a70b8e X-VCS-Branch: repoman Date: Mon, 2 Jun 2014 14:11:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 281e2d2d-b6a0-4f80-8f8a-7eef9b333932 X-Archives-Hash: 544816726ca62ab8be70a23599e7f39c commit: f40235dc6ae4e9efd5db5be259740dc6f1a70b8e Author: Tom Wijsman gentoo org> AuthorDate: Mon Jun 2 14:10:21 2014 +0000 Commit: Tom Wijsman gentoo org> CommitDate: Mon Jun 2 14:10:21 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f40235dc repoman/main.py: Fix qa_tracker import --- pym/repoman/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/repoman/main.py b/pym/repoman/main.py index c680752..dfe188d 100755 --- a/pym/repoman/main.py +++ b/pym/repoman/main.py @@ -60,7 +60,7 @@ from repoman.profile import check_profiles, dev_keywords, setup_profile from repoman.qa_data import (format_qa_output, format_qa_output_column, qahelp, qawarnings, qacats, max_desc_len, missingvars, ruby_deprecated, suspect_virtual, suspect_rdepend, valid_restrict) -from qa_tracker import QATracker +from repoman.qa_tracker import QATracker from repoman.repos import has_global_mask, RepoSettings, repo_metadata from repoman.scan import Changes, scan from repoman._subprocess import repoman_popen, repoman_getstatusoutput