removing 0.14.15.8 tag

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1884 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-04-30 09:20:24 +00:00
parent 26b81e401b
commit 0e6e70b44a
+1 -1
View File
@@ -172,8 +172,8 @@ class Equo(EquoInterface):
def updateProgress(self, text, header = "", footer = "", back = False, importance = 0, type = "info", count = [], percent = False):
count_str = ""
if self.progress:
count_str = ""
if count:
count_str = "(%s/%s) " % (str(count[0]),str(count[1]),)
if importance == 0: