Author: justi9
Date: 2007-11-06 14:49:07 -0500 (Tue, 06 Nov 2007)
New Revision: 1256
Modified:
mgmt/cumin/python/wooly/__init__.py
Log:
Removes an unused field.
Modified: mgmt/cumin/python/wooly/__init__.py
===================================================================
--- mgmt/cumin/python/wooly/__init__.py 2007-11-06 19:33:34 UTC (rev 1255)
+++ mgmt/cumin/python/wooly/__init__.py 2007-11-06 19:49:07 UTC (rev 1256)
@@ -433,7 +433,6 @@
self.page = None
self.values = dict()
self.errors = dict() # widget => list of str
- self.saved_parameters = list()
if self.app.debug:
self.debug = self.Debug(self)