Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/
Date: Sun, 03 Jul 2016 17:59:34
Message-Id: 1467568753.bb6912e1264137a3ba52d4fdc491ab26b2644a07.zmedico@gentoo
1 commit: bb6912e1264137a3ba52d4fdc491ab26b2644a07
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 17:55:43 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 17:59:13 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=bb6912e1
7
8 eshowkw: remove unused portage.db import
9
10 pym/gentoolkit/eshowkw/__init__.py | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py
14 index 42a3860..707c266 100644
15 --- a/pym/gentoolkit/eshowkw/__init__.py
16 +++ b/pym/gentoolkit/eshowkw/__init__.py
17 @@ -12,7 +12,6 @@ from portage import output as porto
18 from portage import settings as ports
19 from portage import config as portc
20 from portage import portdbapi as portdbapi
21 -from portage import db as portdb
22
23 from gentoolkit.eshowkw.keywords_header import keywords_header
24 from gentoolkit.eshowkw.keywords_content import keywords_content