Merge from vendor branch TNF:
authorgdt <gdt>
Sat, 24 Jul 2010 17:25:51 +0000 (17:25 +0000)
committergdt <gdt>
Sat, 24 Jul 2010 17:25:51 +0000 (17:25 +0000)
commitd81b41e9678f66906717e842ed31be4bf79293df
tree43d55458a8eb35fe5904da79413fdcdf68dd3961
parent3b3a6846db097b14ab45670143765a57d2cb1320
parentffd3244309b67f968aec95d0e72d39e1ff83f554
Merge from vendor branch TNF:
Import py26-argparse-1.1 as devel/py-argparse.

The argparse module provides an easy, declarative interface for
creating command line tools, which knows how to:

    * parse the arguments and flags from sys.argv
    * convert arg strings into objects for your program
    * format and print informative help messages
    * and much more...