mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

Config tool does not exclude the deprecated option show_eventstats in pymt category #355

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by 11georg...@gmail.com on 30 Dec 2010 at 3:42