them, since EbuildSpawnProcess doesn't use the attributes.
class AbstractEbuildProcess(SpawnProcess):
- __slots__ = ('phase', 'pkg', 'settings',)
+ __slots__ = ('settings',)
def _pipe(self, fd_pipes):
stdout_pipe = fd_pipes.get(1)
class EbuildProcess(AbstractEbuildProcess):
- __slots__ = ('tree',)
+ __slots__ = ('phase', 'pkg', 'tree',)
def _start(self):
# Don't open the log file during the clean phase since the
Spawns misc-functions.sh with an existing ebuild environment.
"""
- __slots__ = ('commands',)
+ __slots__ = ('commands', 'phase', 'pkg',)
def _start(self):
settings = self.settings