pylintrc: string isn't deprecated, only some of its methods
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 09 Feb 2010 13:48:52 +0100
changeset 10403 b8acd325773e
parent 10402 d216fa04e48a
child 10404 3e7cbe859871
pylintrc: string isn't deprecated, only some of its methods
contrib/pylintrc
--- a/contrib/pylintrc	Mon Feb 08 10:50:00 2010 +0100
+++ b/contrib/pylintrc	Tue Feb 09 13:48:52 2010 +0100
@@ -201,7 +201,7 @@
 [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 R0402 must not be disabled)