From 6fbeab526e659fa9bf855f5cbed3e71d6adbf64f Mon Sep 17 00:00:00 2001 From: lxnay Date: Thu, 3 Jul 2008 11:10:06 +0000 Subject: [PATCH] Entropy/PackageInterface: - fix entropyTools attribute path git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2237 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index d364c1f78..8ccfe4c40 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -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),