commit: bb6912e1264137a3ba52d4fdc491ab26b2644a07 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Jul 3 17:55:43 2016 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Jul 3 17:59:13 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=bb6912e1
eshowkw: remove unused portage.db import pym/gentoolkit/eshowkw/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py index 42a3860..707c266 100644 --- a/pym/gentoolkit/eshowkw/__init__.py +++ b/pym/gentoolkit/eshowkw/__init__.py @@ -12,7 +12,6 @@ from portage import output as porto from portage import settings as ports from portage import config as portc from portage import portdbapi as portdbapi -from portage import db as portdb from gentoolkit.eshowkw.keywords_header import keywords_header from gentoolkit.eshowkw.keywords_content import keywords_content
