[yum-commits] Branch 'yum-3_2_X' - yummain.py
Tim Lauridsen
timlau at osuosl.org
Tue Oct 20 04:11:19 UTC 2009
yummain.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 7dcc40f0998fcb0538d77ae72818da0a6a721897
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Tue Oct 20 06:10:52 2009 +0200
fixed unused imports
diff --git a/yummain.py b/yummain.py
index 465ceec..92047e7 100755
--- a/yummain.py
+++ b/yummain.py
@@ -31,8 +31,7 @@ from yum import _
from yum.i18n import to_unicode
import yum.misc
import cli
-from utils import suppress_keyboard_interrupt_message, get_process_info, seconds_to_ui_time, \
- show_lock_owner
+from utils import suppress_keyboard_interrupt_message, show_lock_owner
def main(args):
"""This does all the real work"""
More information about the Yum-commits
mailing list