New issue 355 by 11george.s: Config tool does not exclude the deprecated
option show_eventstats in pymt category
http://code.google.com/p/pymt/issues/detail?id=355
What steps will reproduce the problem?
1. Install pymt
2. run $python -m pymt.tools.config -n
3.
What is the expected output? What do you see instead?
The output should be a config tool. It gives an error and quits.
What version of the product are you using? On what operating system?
0.5.1 on Ubuntu 10.10
Please provide any additional information below.
We can just add the option show_eventstats = 0 in pymt to get the config
tool running.
But the option is said to be deprecated in the doucmentation. So I guess it
has to be removed from the config tool.