[rhmessaging-commits] rhmessaging commits: r2265 - mgmt/trunk/cumin/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Aug 7 15:48:23 EDT 2008


Author: eallen
Date: 2008-08-07 15:48:23 -0400 (Thu, 07 Aug 2008)
New Revision: 2265

Modified:
   mgmt/trunk/cumin/python/wooly/parameters.py
Log:
Removed ununsed argument to DictParameter

Modified: mgmt/trunk/cumin/python/wooly/parameters.py
===================================================================
--- mgmt/trunk/cumin/python/wooly/parameters.py	2008-08-07 19:47:57 UTC (rev 2264)
+++ mgmt/trunk/cumin/python/wooly/parameters.py	2008-08-07 19:48:23 UTC (rev 2265)
@@ -3,7 +3,7 @@
 from wooly import *
 
 class DictParameter(Parameter):
-    def __init__(self, app, name, key):
+    def __init__(self, app, name):
         super(DictParameter, self).__init__(app, name)
 
         self.default = dict()




More information about the rhmessaging-commits mailing list