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 0199D138247 for ; Wed, 22 Jan 2014 05:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F337E1169; Wed, 22 Jan 2014 05:04:15 +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 96D89E1161 for ; Wed, 22 Jan 2014 05:04:14 +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 B558D33FAEE for ; Wed, 22 Jan 2014 05:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BE56B187BD for ; Wed, 22 Jan 2014 05:04:11 +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: <1388772141.f2bae5337e0ea58e9e8c5859f60f38f87271e4ca.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/clearbase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: f2bae5337e0ea58e9e8c5859f60f38f87271e4ca X-VCS-Branch: 3.0 Date: Wed, 22 Jan 2014 05:04:11 +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: 2179f94b-b34c-44ec-b0d1-988617f3fa81 X-Archives-Hash: 06933ed749bcab15ee3a2f7de86216c0 commit: f2bae5337e0ea58e9e8c5859f60f38f87271e4ca Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 31 09:02:25 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Jan 3 18:02:21 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f2bae533 Remove no longer unused imports. --- catalyst/base/clearbase.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/catalyst/base/clearbase.py b/catalyst/base/clearbase.py index 8cad779..1a6ec77 100644 --- a/catalyst/base/clearbase.py +++ b/catalyst/base/clearbase.py @@ -1,11 +1,7 @@ -import os -import shutil -from stat import ST_UID, ST_GID, ST_MODE - -from catalyst.support import cmd, countdown -from catalyst.fileops import ensure_dirs, clear_dir +from catalyst.support import countdown +from catalyst.fileops import clear_dir class ClearBase(object): """