commit | c1f763e2933cc6bd4e89e7bbd603ae1de08d081c | [log] [tgz] |
---|---|---|
author | Dan Walsh <dwalsh@redhat.com> | Fri Oct 11 08:37:29 2013 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Oct 24 13:58:40 2013 -0400 |
tree | cb3aa6fb393879f75c547ab1ee73e94d5dc535c6 | |
parent | 9aea9f3a4d94e7431e5c00921ef23fb8476073b8 [diff] |
Convert semanage command to use argparse This is the current way to do getopt handling in python. Really cleans up the code and makes semanage command -h work nicely.