0102685 pungi-koji: Port to argparse

Authored and Committed by lsedlar 6 years ago
    pungi-koji: Port to argparse
    
    Optparse is deprecated since Python 2.7, long live argparse.
    
    This also allows us to remove some of the manual error checking and make
    the library check required or conflicting options.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+30 -36