Author: eallen
Date: 2009-07-01 13:23:16 -0400 (Wed, 01 Jul 2009)
New Revision: 3470
Modified:
mgmt/trunk/wooly/python/wooly/__init__.py
Log:
Removed unused class FullPageNotify
Modified: mgmt/trunk/wooly/python/wooly/__init__.py
===================================================================
--- mgmt/trunk/wooly/python/wooly/__init__.py 2009-07-01 17:21:05 UTC (rev 3469)
+++ mgmt/trunk/wooly/python/wooly/__init__.py 2009-07-01 17:23:16 UTC (rev 3470)
@@ -935,14 +935,4 @@
writer.write(str(self.widget))
writer.write(" [%i]" % id(self))
-class FullPageNotify(Widget):
- def __init__(self, app, name):
- super(FullPageNotify, self).__init__(app, name)
-
- self.fullpage = Parameter(app, "fullpage")
- self.add_attribute(self.fullpage)
-
- def get_fullpage(self, session):
- return self.fullpage.get(session)
-
from pages import ResourcePage