fix redundency

This commit is contained in:
Lvov Maxim
2011-07-15 08:27:16 +04:00
parent 32c9dd0c67
commit c9e37398bc

View File

@@ -1389,8 +1389,6 @@ def main():
action, fn = matches[0]
# For not decorated methods
arguments = getattr(fn, 'arguments', '')
optargs = getattr(fn, 'optargs', '')
options = getattr(fn, 'options', '')
usage = "%prog " + "%s %s <args> [options]" % (sys.argv[2], sys.argv[3])