From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 9 Aug 2007 18:10:58 +0000 (-0700)
Subject: zfec: fix bug in argparse
X-Git-Tag: allmydata-tahoe-0.5.0~13
X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/specifications/status?a=commitdiff_plain;h=778def40d96547e3530ee4ffa9a0182d8b82e199;p=tahoe-lafs%2Ftahoe-lafs.git

zfec: fix bug in argparse
---

diff --git a/src/zfec/zfec/util/argparse.py b/src/zfec/zfec/util/argparse.py
index 8b273b75..33e44279 100644
--- a/src/zfec/zfec/util/argparse.py
+++ b/src/zfec/zfec/util/argparse.py
@@ -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