Author: eallen
Date: 2010-05-12 15:43:32 -0400 (Wed, 12 May 2010)
New Revision: 3965
Modified:
mgmt/newdata/cumin/python/cumin/parameters.py
Log:
Removed unused argument on ObjectAssociatedAttribute
Modified: mgmt/newdata/cumin/python/cumin/parameters.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/parameters.py 2010-05-12 19:15:57 UTC (rev 3964)
+++ mgmt/newdata/cumin/python/cumin/parameters.py 2010-05-12 19:43:32 UTC (rev 3965)
@@ -11,7 +11,7 @@
return login.user
class ObjectAssociateAttribute(Attribute):
- def __init__(self, app, name, object, cls):
+ def __init__(self, app, name, object):
super(ObjectAssociateAttribute, self).__init__(app, name)
self.object = object
Show replies by date