Re: [Piglit] [PATCH 4/4] piglit-summary-junit.py: Convert optparse to argparse

2013-04-21 Thread Kenneth Graunke
On 04/19/2013 09:16 PM, Dylan Baker wrote: Optparse has been deprecated in favor of argparse upstream (PEP 389 http://www.python.org/dev/peps/pep-0389/), and since we are using argparse already in the other modules, it makes sense to replace optparse and use only one parsing method in all

[Piglit] [PATCH 4/4] piglit-summary-junit.py: Convert optparse to argparse

2013-04-19 Thread Dylan Baker
Optparse has been deprecated in favor of argparse upstream (PEP 389 http://www.python.org/dev/peps/pep-0389/), and since we are using argparse already in the other modules, it makes sense to replace optparse and use only one parsing method in all piglit. Signed-off-by: Dylan Baker