summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/MiscFunctionsProcess.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-16 08:55:58 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-16 08:55:58 -0700
commit2b978094d83afc80f2739ed651e4a73f93c51e27 (patch)
tree62f725eba6974d40335a317e27cbc5e8d57ac191 /pym/_emerge/MiscFunctionsProcess.py
parent51483738aeebe26a120ad30d2c9c662f01e26ff4 (diff)
downloadportage-2b978094d83afc80f2739ed651e4a73f93c51e27.tar.gz
portage-2b978094d83afc80f2739ed651e4a73f93c51e27.tar.bz2
portage-2b978094d83afc80f2739ed651e4a73f93c51e27.zip
Remove unused attributes from classes.
Diffstat (limited to 'pym/_emerge/MiscFunctionsProcess.py')
-rw-r--r--pym/_emerge/MiscFunctionsProcess.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/MiscFunctionsProcess.py b/pym/_emerge/MiscFunctionsProcess.py
index 04445a89d..270da4277 100644
--- a/pym/_emerge/MiscFunctionsProcess.py
+++ b/pym/_emerge/MiscFunctionsProcess.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from _emerge.AbstractEbuildProcess import AbstractEbuildProcess
@@ -11,7 +11,7 @@ class MiscFunctionsProcess(AbstractEbuildProcess):
Spawns misc-functions.sh with an existing ebuild environment.
"""
- __slots__ = ('commands', 'pkg',)
+ __slots__ = ('commands',)
def _start(self):
settings = self.settings