[yum-commits] yum-config-manager.py
James Antill
james at osuosl.org
Fri Jul 30 18:16:03 UTC 2010
yum-config-manager.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c93a727483e57f5704615e6916c38bb8792e9a7d
Author: James Antill <james at and.org>
Date: Fri Jul 30 14:15:57 2010 -0400
Fix unicide in yum-config-manager, BZ 619851
diff --git a/yum-config-manager.py b/yum-config-manager.py
index be6eee1..26ad932 100755
--- a/yum-config-manager.py
+++ b/yum-config-manager.py
@@ -77,6 +77,8 @@ NAME = 'yum-config-manager'
VERSION = '1.0'
USAGE = '"yum-config-manager [options] [section]'
+yum.misc.setup_locale()
+
yb = YumUtilBase(NAME, VERSION, USAGE)
logger = logging.getLogger("yum.verbose.cli.yum-config-manager")
yb.preconf.debuglevel = 0
More information about the Yum-commits
mailing list