Entropy/*:

- use print_traceback instead of printTraceback function (deprecated)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3181 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2009-03-15 12:14:50 +00:00
parent 0d1c594fef
commit aeee2d2b22
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ def update(options):
try:
Entropy.quickpkg(x[0],Entropy.get_local_store_directory())
except OSError:
Entropy.entropyTools.printTraceback()
Entropy.entropyTools.print_traceback()
print_info(brown(" !!! ")+bold("%s..." % (_("Ignoring broken Spm entry, please recompile it"),) ))
tbz2files = os.listdir(Entropy.get_local_store_directory())