summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/MiscFunctionsProcess.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-09 23:38:38 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-09 23:38:38 -0700
commit77c2db9850be29d1cd94c58cbc2e2b05e03bc9d2 (patch)
tree30391e1f9bf44ffee56306242d939189ee1d9db1 /pym/_emerge/MiscFunctionsProcess.py
parentfe2a1cd25ed779ac1a09b9b5c076c61981a46158 (diff)
downloadportage-77c2db9850be29d1cd94c58cbc2e2b05e03bc9d2.tar.gz
portage-77c2db9850be29d1cd94c58cbc2e2b05e03bc9d2.tar.bz2
portage-77c2db9850be29d1cd94c58cbc2e2b05e03bc9d2.zip
Relocate attributes from AbstractEbuildProcess to subclasses that use
them, since EbuildSpawnProcess doesn't use the attributes.
Diffstat (limited to 'pym/_emerge/MiscFunctionsProcess.py')
-rw-r--r--pym/_emerge/MiscFunctionsProcess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/MiscFunctionsProcess.py b/pym/_emerge/MiscFunctionsProcess.py
index c0d40a197..c66beb2c2 100644
--- a/pym/_emerge/MiscFunctionsProcess.py
+++ b/pym/_emerge/MiscFunctionsProcess.py
@@ -12,7 +12,7 @@ class MiscFunctionsProcess(AbstractEbuildProcess):
Spawns misc-functions.sh with an existing ebuild environment.
"""
- __slots__ = ('commands',)
+ __slots__ = ('commands', 'phase', 'pkg',)
def _start(self):
settings = self.settings