zfec: fix bug in argparse

This commit is contained in:
Zooko O'Whielacronx 2007-08-09 11:10:58 -07:00
parent 3e1c417f81
commit 778def40d9

View File

@ -890,7 +890,7 @@ class _ActionsContainer(object):
description,
conflict_handler):
superinit = super(_ActionsContainer, self).__init__
superinit(description=description)
superinit()
self.description = description
self.conflict_handler = conflict_handler