From 81676e7a6301f25609e9e89f9cdeaa0ce1375427 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 6 Jul 2008 08:22:31 +0000 Subject: Fix parent class constructor call in the BinpkgFetcher constructor. svn path=/main/trunk/; revision=10957 --- pym/_emerge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index cc4ae2996..5359745b7 100644 --- 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): - SubProcess.__init__(self, **kwargs) + SpawnProcess.__init__(self, **kwargs) pkg = self.pkg self.pkg_path = pkg.root_config.trees["bintree"].getname(pkg.cpv) -- cgit v1.2.3-1-g7c22