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 43D541381F3 for ; Tue, 13 Nov 2012 20:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E20CF21C064; Tue, 13 Nov 2012 20:41:18 +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 44F1D21C062 for ; Tue, 13 Nov 2012 20:41:08 +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 4060F33D79A for ; Tue, 13 Nov 2012 20:41:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0D343E545F for ; Tue, 13 Nov 2012 20:41:01 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1352690551.f96e8dfc59ac1a4d7cc1bb296083561335e9a0e3.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/test/eclean/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/test/eclean/test_clean.py X-VCS-Directories: pym/gentoolkit/test/eclean/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: f96e8dfc59ac1a4d7cc1bb296083561335e9a0e3 X-VCS-Branch: gentoolkit Date: Tue, 13 Nov 2012 20:41:01 +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: 82b0789a-d44f-4b2d-862c-69d82e1a69fa X-Archives-Hash: 7b6a583779c7b94cb146ac65b38ccd4c commit: f96e8dfc59ac1a4d7cc1bb296083561335e9a0e3 Author: W. Trevor King tremily us> AuthorDate: Mon Nov 12 03:21:11 2012 +0000 Commit: Paul Varner gentoo org> CommitDate: Mon Nov 12 03:22:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=f96e8dfc eclean/test_clean: remove unused test_test_support import --- pym/gentoolkit/test/eclean/test_clean.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/pym/gentoolkit/test/eclean/test_clean.py b/pym/gentoolkit/test/eclean/test_clean.py old mode 100644 new mode 100755 index 25a760a..706b3d1 --- a/pym/gentoolkit/test/eclean/test_clean.py +++ b/pym/gentoolkit/test/eclean/test_clean.py @@ -19,10 +19,6 @@ import os import sys import gentoolkit.pprinter as pp -try: - from test import test_support -except ImportError: - from test import support as test_support from gentoolkit.eclean.clean import CleanUp