From 77c2db9850be29d1cd94c58cbc2e2b05e03bc9d2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 9 Aug 2010 23:38:38 -0700 Subject: Relocate attributes from AbstractEbuildProcess to subclasses that use them, since EbuildSpawnProcess doesn't use the attributes. --- pym/_emerge/AbstractEbuildProcess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge/AbstractEbuildProcess.py') diff --git a/pym/_emerge/AbstractEbuildProcess.py b/pym/_emerge/AbstractEbuildProcess.py index 293251323..302d34403 100644 --- a/pym/_emerge/AbstractEbuildProcess.py +++ b/pym/_emerge/AbstractEbuildProcess.py @@ -8,7 +8,7 @@ from portage.util._pty import _create_pty_or_pipe class AbstractEbuildProcess(SpawnProcess): - __slots__ = ('phase', 'pkg', 'settings',) + __slots__ = ('settings',) def _pipe(self, fd_pipes): stdout_pipe = fd_pipes.get(1) -- cgit v1.2.3-1-g7c22