Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <piatlicki@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/g-sorcery:master commit in: g_sorcery/
Date: Thu, 01 Aug 2013 15:58:26
Message-Id: 1375370604.9e86fe61a11a0e9d1105d173ce545a7ff7362f58.jauhien@gentoo
1 commit: 9e86fe61a11a0e9d1105d173ce545a7ff7362f58
2 Author: Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 1 15:23:24 2013 +0000
4 Commit: Jauhien Piatlicki <piatlicki <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 1 15:23:24 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=9e86fe61
7
8 g_sorcery/g_collections: remove unused import
9
10 ---
11 g_sorcery/g_collections.py | 2 --
12 1 file changed, 2 deletions(-)
13
14 diff --git a/g_sorcery/g_collections.py b/g_sorcery/g_collections.py
15 index f0804a3..18258c8 100644
16 --- a/g_sorcery/g_collections.py
17 +++ b/g_sorcery/g_collections.py
18 @@ -14,8 +14,6 @@
19 :license: GPL-2, see LICENSE for more details.
20 """
21
22 -import collections
23 -
24 import portage
25
26 class elist(list):