[yum-commits] Branch 'yum-3_2_X' - yum/plugins.py
Tim Lauridsen
timlau at osuosl.org
Mon Mar 30 08:57:58 UTC 2009
yum/plugins.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6d2c0e663b4286f5da8436f4c18ac305f7995257
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Mon Mar 30 10:57:50 2009 +0200
fix unused imports pylint warnings
diff --git a/yum/plugins.py b/yum/plugins.py
index cfc8bd6..8b3c95a 100644
--- a/yum/plugins.py
+++ b/yum/plugins.py
@@ -37,7 +37,7 @@ from weakref import proxy as weakref
from yum import _
-from yum.i18n import utf8_width, utf8_width_fill
+from yum.i18n import utf8_width
# TODO: expose rpm package sack objects to plugins (once finished)
# TODO: allow plugins to use the existing config stuff to define options for
More information about the Yum-commits
mailing list