Steven Bethard wrote: > import argparse # http://argparse.python-hosting.com/ > import subprocess > import sys
Why not the standard lib's optparse? -- http://mail.python.org/mailman/listinfo/python-list
Steven Bethard wrote: > import argparse # http://argparse.python-hosting.com/ > import subprocess > import sys
Why not the standard lib's optparse? -- http://mail.python.org/mailman/listinfo/python-list