projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cbc843
)
Fix parent class constructor call in the BinpkgFetcher constructor.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 6 Jul 2008 08:22:31 +0000
(08:22 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 6 Jul 2008 08:22:31 +0000
(08:22 -0000)
svn path=/main/trunk/; revision=10957
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index cc4ae29960a743985391f79f6b128ba2eccf7c0b..5359745b7912fcdeee7786db59eb1b03a0277720 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-2587,7
+2587,7
@@
class BinpkgFetcher(SpawnProcess):
"locked", "pkg_path", "_lock_obj")
def __init__(self, **kwargs):
- S
ub
Process.__init__(self, **kwargs)
+ S
pawn
Process.__init__(self, **kwargs)
pkg = self.pkg
self.pkg_path = pkg.root_config.trees["bintree"].getname(pkg.cpv)