[yum-git] Makefile plugins/upgrade-helper

Tim Lauridsen timlau at linux.duke.edu
Wed Sep 24 14:19:27 UTC 2008


 Makefile                                 |    3 ++-
 plugins/upgrade-helper/upgrade-helper.py |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit c13cce3de6d01c128e49f1c59176f269caaf2614
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Sep 24 16:19:10 2008 +0200

    add upgrade-helper to pylint check

diff --git a/Makefile b/Makefile
index 3d6dda0..5c379ba 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ pylint:
 	@pylint --rcfile=test/yum-utils-pylintrc \
 		yumdownloader.py yum-complete-transaction.py yum-debug-dump.py yum-builddep.py \
                 debuginfo-install.py package-cleanup.py yum-groups-manager.py \
-		plugins/remove-with-leaves/remove-with-leaves.py 
+		plugins/remove-with-leaves/remove-with-leaves.py \
+		plugins/upgrade-helper/upgrade-helper.py \
 	
 FORCE:	
diff --git a/plugins/upgrade-helper/upgrade-helper.py b/plugins/upgrade-helper/upgrade-helper.py
index 60d7dd7..fd76c4f 100644
--- a/plugins/upgrade-helper/upgrade-helper.py
+++ b/plugins/upgrade-helper/upgrade-helper.py
@@ -38,7 +38,7 @@
 
 from yum.plugins import TYPE_CORE
 from yum.constants import *
-from yum import config
+
 import rpmUtils.arch
 from yum.repoMDObject import ns_cleanup
 



More information about the Yum-cvs-commits mailing list