Vendorize argparse
Created by: adamv
argparse is not part of the stdlib in Python 2.6, which is what ships by default with Snow Leopard. Vendorizing argparse would allow v20 and above to continue working on Snow Leopard without needing to install a new version of Python.