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 202FE138247 for ; Tue, 31 Dec 2013 10:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8DF5E09F1; Tue, 31 Dec 2013 10:48:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 157E1E09F1 for ; Tue, 31 Dec 2013 10:48:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 421BC33F6F1 for ; Tue, 31 Dec 2013 10:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7EB6FE5536 for ; Tue, 31 Dec 2013 10:48:40 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1388485292.18c9910b770651dd770332aad5c967b67d29f064.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 18c9910b770651dd770332aad5c967b67d29f064 X-VCS-Branch: 3.0 Date: Tue, 31 Dec 2013 10:48:40 +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: 9aaa7f56-3664-442a-aa36-8b3c34204ef6 X-Archives-Hash: 0ce64325a2ef6fbe3433556390f35707 commit: 18c9910b770651dd770332aad5c967b67d29f064 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 31 09:03:11 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Dec 31 10:21:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=18c9910b Remove no longer used touch import. --- catalyst/base/stagebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 09a29a0..2f00882 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -9,7 +9,7 @@ from stat import ST_UID, ST_GID, ST_MODE from catalyst.support import (CatalystError, msg, file_locate, normpath, - touch, cmd, warn, list_bashify, read_makeconf, read_from_clst, ismount) + cmd, warn, list_bashify, read_makeconf, read_from_clst, ismount) from catalyst.base.targetbase import TargetBase from catalyst.base.clearbase import ClearBase from catalyst.base.genbase import GenBase