summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-29 23:27:15 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-29 23:27:15 +0200
commit99448ad46a019e967badae438e2483079b44f215 (patch)
treecefd6cee2bf72b4781f502350ec184cbc326ff26 /pym/_emerge/actions.py
parentd69e52365d0f11eb773dbc00533def6ba9ce1ad1 (diff)
downloadportage-99448ad46a019e967badae438e2483079b44f215.tar.gz
portage-99448ad46a019e967badae438e2483079b44f215.tar.bz2
portage-99448ad46a019e967badae438e2483079b44f215.zip
Remove unused imports found by pylint.
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 1f00cb3a6..815032d14 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -25,7 +25,7 @@ from itertools import chain
import portage
from portage import os
from portage import digraph
-from portage import _unicode_decode, _unicode_encode
+from portage import _unicode_decode
from portage.cache.cache_errors import CacheError
from portage.const import GLOBAL_CONFIG_PATH, NEWS_LIB_PATH
from portage.dbapi.dep_expand import dep_expand