Mercurial > hg
changeset 10403:b8acd325773e
pylintrc: string isn't deprecated, only some of its methods
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 09 Feb 2010 13:48:52 +0100 |
parents | d216fa04e48a |
children | 3e7cbe859871 |
files | contrib/pylintrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)