projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e95d1ea
)
Initialize JobStatusDisplay.merges since it's not initialized with the bound
author
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 16:09:15 +0000
(16:09 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 16:09:15 +0000
(16:09 -0000)
properties anymore.
svn path=/main/trunk/; revision=11114
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 52c03fcbcfd3a778970a1a0c54e3b4fbceef52a8..a2a68536acc1e5c0a57c630eda7dc5bfd87a420e 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-8317,6
+8317,7
@@
class JobStatusDisplay(object):
def __init__(self, quiet=False):
object.__setattr__(self, "quiet", quiet)
object.__setattr__(self, "maxval", 0)
+ object.__setattr__(self, "merges", 0)
object.__setattr__(self, "_changed", False)
self.reset()