projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0913983
)
Remove duplicate attributes from __slots__.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 19 Aug 2010 07:34:36 +0000
(
00:34
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 19 Aug 2010 07:34:36 +0000
(
00:34
-0700)
pym/_emerge/EbuildPhase.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/EbuildPhase.py
b/pym/_emerge/EbuildPhase.py
index 5f52b429227c40a389829db861881ca7c72e3d9a..98372eaf25e8be42a9116c3dbcf42a82c19f2431 100644
(file)
--- a/
pym/_emerge/EbuildPhase.py
+++ b/
pym/_emerge/EbuildPhase.py
@@
-20,8
+20,7
@@
import codecs
class EbuildPhase(CompositeTask):
- __slots__ = ("actionmap", "background", "phase",
- "scheduler", "settings")
+ __slots__ = ("actionmap", "phase", "settings")
def _start(self):