summaryrefslogtreecommitdiffstats
path: root/pym/portage/process.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/portage/process.py
parentd69e52365d0f11eb773dbc00533def6ba9ce1ad1 (diff)
downloadportage-99448ad46a019e967badae438e2483079b44f215.tar.gz
portage-99448ad46a019e967badae438e2483079b44f215.tar.bz2
portage-99448ad46a019e967badae438e2483079b44f215.zip
Remove unused imports found by pylint.
Diffstat (limited to 'pym/portage/process.py')
-rw-r--r--pym/portage/process.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/portage/process.py b/pym/portage/process.py
index 66ec1edd0..2787e0884 100644
--- a/pym/portage/process.py
+++ b/pym/portage/process.py
@@ -1,5 +1,5 @@
# portage.py -- core Portage functionality
-# Copyright 1998-2009 Gentoo Foundation
+# Copyright 1998-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
@@ -10,7 +10,6 @@ import traceback
from portage import os
from portage import _encodings
-from portage import _unicode_decode
from portage import _unicode_encode
import portage
portage.proxy.lazyimport.lazyimport(globals(),