Author: justi9
Date: 2007-10-12 16:44:01 -0400 (Fri, 12 Oct 2007)
New Revision: 1029
Modified:
mgmt/cumin/python/cumin/page.py
Log:
Removes a duplicate param instance.
Modified: mgmt/cumin/python/cumin/page.py
===================================================================
--- mgmt/cumin/python/cumin/page.py 2007-10-12 19:56:46 UTC (rev 1028)
+++ mgmt/cumin/python/cumin/page.py 2007-10-12 20:44:01 UTC (rev 1029)
@@ -18,9 +18,6 @@
self.frames = self.FramesAttribute(app, "frames")
self.add_attribute(self.frames)
- self.frame = self.FrameParameter(app, "frame")
- self.add_parameter(self.frame)
-
self.modal = Attribute(app, "modal")
self.add_attribute(self.modal)
Show replies by date