[yum-git] Branch 'yum-3_2_X' - output.py
James Antill
james at linux.duke.edu
Thu Jun 12 06:10:46 UTC 2008
output.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 356e9ef513f59614251156ed95bc609e4510df72
Author: James Antill <james at and.org>
Date: Thu Jun 12 00:54:35 2008 -0400
rm extra space
diff --git a/output.py b/output.py
index 00b9020..44600ce 100644
--- a/output.py
+++ b/output.py
@@ -501,13 +501,13 @@ class YumOutput:
key = _("Description : ")
item = self._enc(item)
elif po.url == item:
- key = _("URL : %s")
+ key = _("URL : %s")
can_overflow = False
elif po.license == item:
- key = _("License : %s")
+ key = _("License : %s")
can_overflow = False
elif item.startswith("/"):
- key = _("Filename : %s")
+ key = _("Filename : %s")
item = self._enc(item)
can_overflow = False
else:
More information about the Yum-cvs-commits
mailing list