Author: justi9
Date: 2007-10-12 10:07:24 -0400 (Fri, 12 Oct 2007)
New Revision: 1020
Modified:
mgmt/cumin/python/wooly/__init__.py
Log:
Removes the save_parameters on Frame until I figure out the proper way
to do it.
Modified: mgmt/cumin/python/wooly/__init__.py
===================================================================
--- mgmt/cumin/python/wooly/__init__.py 2007-10-12 14:06:33 UTC (rev 1019)
+++ mgmt/cumin/python/wooly/__init__.py 2007-10-12 14:07:24 UTC (rev 1020)
@@ -180,10 +180,6 @@
if self.object:
return self.object.get(session)
- def save_parameters(self, session):
- if self.get_object(session) != None:
- super(Frame, self).save_parameters(session)
-
def do_process(self, session, object):
new_object = self.get_object(session)
super(Frame, self).do_process(session, new_object)
Show replies by date