Changeset 4421
- Timestamp:
- 23 Jul 2009, 00:52:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/widgets/table.py
r4419 r4421 2 2 """ 3 3 import grok 4 from grok.interfaces import IGrokSecurityView5 4 from hurry import yui 6 5 from zope.interface import Interface … … 112 111 grok.context(Interface) 113 112 grok.name('yuistatictables.js') 114 grok.implements(IGrokSecurityView)115 113 116 114 def render(self):
Note: See TracChangeset for help on using the changeset viewer.