Entropy/PackageInterface:

- fix entropyTools attribute path


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2237 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-07-03 11:10:06 +00:00
parent ab507792b7
commit 6fbeab526e
+1 -1
View File
@@ -4375,7 +4375,7 @@ class PackageInterface:
f.close()
shutil.move(world_file_tmp,world_file)
except (UnicodeDecodeError,UnicodeEncodeError), e:
self.entropyTools.printTraceback(f = self.Entropy.clientLog)
self.Entropy.entropyTools.printTraceback(f = self.Entropy.clientLog)
mytxt = brown(_("Cannot update Portage world file, destination %s is corrupted.") % (world_file,))
self.Entropy.updateProgress(
red("QA: ")+mytxt+": "+unicode(e),