Mercurial > hg > config
diff .emacs @ 625:e92bd004b906
STUB: .emacs python/example/func_args.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 12 Feb 2014 16:00:32 -0800 |
parents | cd51786972c4 |
children | d37391e845f5 |
line wrap: on
line diff
--- a/.emacs Wed Feb 12 14:27:12 2014 -0800 +++ b/.emacs Wed Feb 12 16:00:32 2014 -0800 @@ -164,7 +164,7 @@ def main(args=sys.argv[1:]): - parser = argparse.ArgumentParser(usage=usage, description=__doc__) + parser = argparse.ArgumentParser(description=__doc__) parser.add_option('input', nargs='?', type=argparse.FileType('r'), default=sys.stdin, help='input file, or read from stdin if ommitted')