[Yum-devel] [PATCH 6/7] remove string as deprecated module from pylint conf

Tim Lauridsen tim.lauridsen at gmail.com
Tue Nov 29 13:06:23 UTC 2011


---
 test/yum-pylintrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/yum-pylintrc b/test/yum-pylintrc
index 67cf1ea..ea4e683 100644
--- a/test/yum-pylintrc
+++ b/test/yum-pylintrc
@@ -219,7 +219,7 @@ defining-attr-methods=__init__,__new__,setUp
 [IMPORTS]
 
 # Deprecated modules which should not be used, separated by a comma
-deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
+deprecated-modules=regsub,TERMIOS,Bastion,rexec
 
 # Create a graph of every (i.e. internal and external) dependencies in the
 # given file (report RP0402 must not be disabled)
-- 
1.7.1



More information about the Yum-devel mailing list