-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
None
optparse in the Python stdlib is deprecated and no longer maintained. Switch to argparse instead.
argparse is available since Python-2.7.so we can do this now that we've dropped support for RHEL6/Python-2.6.
This fixes the only occurrence of the pylint deprecated-module warning.