aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscarabeus <scarabeus@gentoo.org>2010-10-28 21:07:58 +0000
committerscarabeus <scarabeus@gentoo.org>2010-10-28 21:07:58 +0000
commit1f373da5410ebe2b0679c6cf701c181aebe158a3 (patch)
tree2bf191b8fa30b9cf888c12915e918cf22f1e8788 /pym/gentoolkit/eshowkw
parentFix broken include. (diff)
downloadgentoolkit-1f373da5410ebe2b0679c6cf701c181aebe158a3.tar.gz
gentoolkit-1f373da5410ebe2b0679c6cf701c181aebe158a3.tar.bz2
gentoolkit-1f373da5410ebe2b0679c6cf701c181aebe158a3.zip
Fix imports and package to reflect gentoolkit integration.
svn path=/trunk/gentoolkit/; revision=835
Diffstat (limited to 'pym/gentoolkit/eshowkw')
-rw-r--r--pym/gentoolkit/eshowkw/__init__.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py
index 0013493..8a89a9c 100644
--- a/pym/gentoolkit/eshowkw/__init__.py
+++ b/pym/gentoolkit/eshowkw/__init__.py
@@ -1,8 +1,9 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-__package__ = 'eshowkw'
+__package__ = 'gentoolkit.eshowkw'
__version__ = 'svn'
+__author__ = "Tomáš Chvátal <scarabeus@gentoo.org>"
import portage
@@ -14,10 +15,10 @@ from portage import config as portc
from portage import portdbapi as portdbapi
from portage import db as portdb
-from keywords_header import keywords_header
-from keywords_content import keywords_content
-from display_pretty import string_rotator
-from display_pretty import display
+from .keywords_header import keywords_header
+from .keywords_content import keywords_content
+from .display_pretty import string_rotator
+from .display_pretty import display
ignore_slots = False
bold = False