]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: fix bug in argparse
authorzooko <zooko@zooko.com>
Thu, 9 Aug 2007 18:10:58 +0000 (23:40 +0530)
committerzooko <zooko@zooko.com>
Thu, 9 Aug 2007 18:10:58 +0000 (23:40 +0530)
darcs-hash:040e8b77c16154bf61afbda8d1cc72a9aec9fba8

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