summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BinpkgExtractorAsync.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-12-18 03:06:38 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-12-18 03:06:38 +0100
commitd1672181743ed2a4a62b542f197fc1321a699d17 (patch)
tree2530c033f6b9bfd642f1d1e2f9d47777c84caa65 /pym/_emerge/BinpkgExtractorAsync.py
parent36a6673199602796bf1626a4bd4110b99e590e5c (diff)
downloadportage-d1672181743ed2a4a62b542f197fc1321a699d17.tar.gz
portage-d1672181743ed2a4a62b542f197fc1321a699d17.tar.bz2
portage-d1672181743ed2a4a62b542f197fc1321a699d17.zip
Fix some warnings found by pylint.
Diffstat (limited to 'pym/_emerge/BinpkgExtractorAsync.py')
-rw-r--r--pym/_emerge/BinpkgExtractorAsync.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/_emerge/BinpkgExtractorAsync.py b/pym/_emerge/BinpkgExtractorAsync.py
index d1630f242..f25cbf933 100644
--- a/pym/_emerge/BinpkgExtractorAsync.py
+++ b/pym/_emerge/BinpkgExtractorAsync.py
@@ -1,9 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from _emerge.SpawnProcess import SpawnProcess
import portage
-import os
import signal
class BinpkgExtractorAsync(SpawnProcess):