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 738491391DB for ; Mon, 17 Mar 2014 15:39:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B782E09DA; Mon, 17 Mar 2014 15:39:51 +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 C05C3E09DA for ; Mon, 17 Mar 2014 15:39:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBC9A33E1C2 for ; Mon, 17 Mar 2014 15:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id A97222004E for ; Mon, 17 Mar 2014 15:39:48 +0000 (UTC) From: "Alec Warner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alec Warner" Message-ID: <1395070453.0f3cfe188e046e43d4858c40c9b5248e3096de23.antarus@gentoo> Subject: [gentoo-commits] packages:master commit in: dbgenerator/ X-VCS-Repository: packages X-VCS-Files: dbgenerator/backend.py X-VCS-Directories: dbgenerator/ X-VCS-Committer: antarus X-VCS-Committer-Name: Alec Warner X-VCS-Revision: 0f3cfe188e046e43d4858c40c9b5248e3096de23 X-VCS-Branch: master Date: Mon, 17 Mar 2014 15:39:48 +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: 840b8e11-4092-48d4-b42d-a42b352fd60d X-Archives-Hash: 3b228995b5f2cb8d0b5248283fc7ce0a commit: 0f3cfe188e046e43d4858c40c9b5248e3096de23 Author: Alec Warner gentoo org> AuthorDate: Mon Mar 17 15:34:13 2014 +0000 Commit: Alec Warner gentoo org> CommitDate: Mon Mar 17 15:34:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=packages.git;a=commit;h=0f3cfe18 iter_read_bash moved to bash module. --- dbgenerator/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbgenerator/backend.py b/dbgenerator/backend.py index 1330646..d51f3f8 100644 --- a/dbgenerator/backend.py +++ b/dbgenerator/backend.py @@ -9,7 +9,7 @@ from pkgcore.ebuild.repository import UnconfiguredTree, SlavedTree from pkgcore.restrictions.packages import OrRestriction from pkgcore.util.repo_utils import get_raw_repos, get_virtual_repos from snakeoil.lists import unstable_unique -from snakeoil.fileutils import iter_read_bash +from snakeoil.bash import iter_read_bash from snakeoil.osutils import pjoin import os import errno