]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: fix bug in argparse
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 9 Aug 2007 18:10:58 +0000 (11:10 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 9 Aug 2007 18:10:58 +0000 (11:10 -0700)
src/zfec/zfec/util/argparse.py

index 8b273b75260f63d5736180f1952a3e68d93a0483..33e44279c6ea115d9009e6986240dfa43d31b688 100644 (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