diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-09-26 09:48:58 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-09-26 10:05:22 -0400 |
commit | aeddf10f2e129c70b182e91b727ccc8028e3fd45 (patch) | |
tree | 2213bf1a27912b75a7b160a0b2494acee052be19 /src/sbin/bcfg2-info | |
parent | be0e43af56fbd56dbb3f8d0266503e7b820f2c11 (diff) | |
download | bcfg2-aeddf10f2e129c70b182e91b727ccc8028e3fd45.tar.gz bcfg2-aeddf10f2e129c70b182e91b727ccc8028e3fd45.tar.bz2 bcfg2-aeddf10f2e129c70b182e91b727ccc8028e3fd45.zip |
made full pylint checks the default, expanded pylint coverage to lots of tools
Diffstat (limited to 'src/sbin/bcfg2-info')
-rwxr-xr-x | src/sbin/bcfg2-info | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index f67850587..3d1e8bc76 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -701,7 +701,6 @@ class infoCore(cmd.Cmd, Bcfg2.Server.Core.BaseCore): if __name__ == '__main__': optinfo = dict(profile=Bcfg2.Options.CORE_PROFILE, - mconnect=Bcfg2.Options.SERVER_MCONNECT, interactive=Bcfg2.Options.INTERACTIVE, interpreter=Bcfg2.Options.INTERPRETER) optinfo.update(Bcfg2.Options.CLI_COMMON_OPTIONS) |