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 6095F1381F3 for ; Thu, 1 Aug 2013 15:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5848E0A61; Thu, 1 Aug 2013 15:58:25 +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 24748E0A5E for ; Thu, 1 Aug 2013 15:58:24 +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 1E2B133EA5A for ; Thu, 1 Aug 2013 15:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 35A6BE5465 for ; Thu, 1 Aug 2013 15:58:21 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1375370604.9e86fe61a11a0e9d1105d173ce545a7ff7362f58.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: g_sorcery/ X-VCS-Repository: proj/g-sorcery X-VCS-Files: g_sorcery/g_collections.py X-VCS-Directories: g_sorcery/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 9e86fe61a11a0e9d1105d173ce545a7ff7362f58 X-VCS-Branch: master Date: Thu, 1 Aug 2013 15:58:21 +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: 4b6774e7-191e-4cee-a6c7-d91c6402df6f X-Archives-Hash: 82ed21e2361a5fcf4e574ef147f417ae commit: 9e86fe61a11a0e9d1105d173ce545a7ff7362f58 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Thu Aug 1 15:23:24 2013 +0000 Commit: Jauhien Piatlicki gmail com> CommitDate: Thu Aug 1 15:23:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=9e86fe61 g_sorcery/g_collections: remove unused import --- g_sorcery/g_collections.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/g_sorcery/g_collections.py b/g_sorcery/g_collections.py index f0804a3..18258c8 100644 --- a/g_sorcery/g_collections.py +++ b/g_sorcery/g_collections.py @@ -14,8 +14,6 @@ :license: GPL-2, see LICENSE for more details. """ -import collections - import portage class elist(list):