diff options
author | W. Trevor King <wking@drexel.edu> | 2009-12-13 06:33:50 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-12-13 06:33:50 -0500 |
commit | c2a50865f1ea73f43f2d347b2e7595a484f43e78 (patch) | |
tree | 146c8d5c78da986fa1143348851b6fc8dc33d4ae /libbe/storage/vcs/base.py | |
parent | 4d057dab603f42ec40b911dbee6792dcf107bd14 (diff) | |
download | bugseverywhere-c2a50865f1ea73f43f2d347b2e7595a484f43e78.tar.gz |
Rearrange libbe.ui.command_line.CmdOptionParser._add_option() for Python 2.5
Python 2.6 doesn't mind, but 2.5 doesn't like kwargs after a *
expansion:
$ ./be list
Traceback (most recent call last):
File "./be", line 5, in <module>
import libbe.ui.command_line
File "/home/wking/src/fun/be/be.restructure/libbe/ui/command_line.py", line 63
*opt_strings, action='callback', dest=dest,
^
SyntaxError: invalid syntax
Diffstat (limited to 'libbe/storage/vcs/base.py')
0 files changed, 0 insertions, 0 deletions