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 9C899138AD6 for ; Thu, 26 Feb 2015 22:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D39EE0983; Thu, 26 Feb 2015 22:18:44 +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 C34B8E0996 for ; Thu, 26 Feb 2015 22:18:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3CC0340C23 for ; Thu, 26 Feb 2015 22:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AB96129F1 for ; Thu, 26 Feb 2015 22:18:38 +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: <1424980473.3dea14b7942cd0af70217aba2fae10cca4e4ca4c.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 3dea14b7942cd0af70217aba2fae10cca4e4ca4c X-VCS-Branch: master Date: Thu, 26 Feb 2015 22:18:38 +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: feb427d4-f6eb-49fa-9b7b-022185203daa X-Archives-Hash: 120688dc181e5ad2da24dfa943fe6590 commit: 3dea14b7942cd0af70217aba2fae10cca4e4ca4c Author: Brian Dolbec gentoo org> AuthorDate: Thu Feb 26 19:54:33 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 26 19:54:33 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=3dea14b7 setup.py: Remove unused itertools import --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index fb49cd6..7a57c54 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ import codecs as _codecs from distutils.core import setup as _setup from email.utils import parseaddr as _parseaddr -import itertools as _itertools import os as _os from catalyst import __version__, __maintainer__ 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 3C26D138ADB for ; Thu, 26 Feb 2015 20:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DC3E0967; Thu, 26 Feb 2015 20:44:36 +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 0832DE0918 for ; Thu, 26 Feb 2015 20:44:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C69AF340B5A for ; Thu, 26 Feb 2015 20:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A66D129E0 for ; Thu, 26 Feb 2015 20:44:30 +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: <1424980473.3dea14b7942cd0af70217aba2fae10cca4e4ca4c.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 3dea14b7942cd0af70217aba2fae10cca4e4ca4c X-VCS-Branch: pending Date: Thu, 26 Feb 2015 20:44:30 +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: 740bbe20-e105-4a74-8bf4-d1d6315007f7 X-Archives-Hash: 44796d3f388e6ad58eddb1f4170b4cc7 Message-ID: <20150226204430.nHcH87PDgMu7-covAb3tx8zaFdcnFYI_Cgy6nfsw1NI@z> commit: 3dea14b7942cd0af70217aba2fae10cca4e4ca4c Author: Brian Dolbec gentoo org> AuthorDate: Thu Feb 26 19:54:33 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 26 19:54:33 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=3dea14b7 setup.py: Remove unused itertools import --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index fb49cd6..7a57c54 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ import codecs as _codecs from distutils.core import setup as _setup from email.utils import parseaddr as _parseaddr -import itertools as _itertools import os as _os from catalyst import __version__, __maintainer__