summaryrefslogtreecommitdiffstats
path: root/testsuite/pylintrc.conf
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-03 15:27:34 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-03 15:27:34 -0400
commit9eb3db849ba11ac49ced872a585f001bad3d8384 (patch)
tree212acba6b612e541f84325c28b48586f68c94f27 /testsuite/pylintrc.conf
parent1ea86e8f1d59b1c770ee8ae901d221adbbe9c1df (diff)
downloadbcfg2-9eb3db849ba11ac49ced872a585f001bad3d8384.tar.gz
bcfg2-9eb3db849ba11ac49ced872a585f001bad3d8384.tar.bz2
bcfg2-9eb3db849ba11ac49ced872a585f001bad3d8384.zip
prompt for locations of bcfg2 keypair in Init, using sane OS defaults
Diffstat (limited to 'testsuite/pylintrc.conf')
-rw-r--r--testsuite/pylintrc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pylintrc.conf b/testsuite/pylintrc.conf
index de5db87f3..69b98b16e 100644
--- a/testsuite/pylintrc.conf
+++ b/testsuite/pylintrc.conf
@@ -214,7 +214,7 @@ no-docstring-rgx=__.*__|main
[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)