Changeset 4421 for waeup/branches


Ignore:
Timestamp:
23 Jul 2009, 00:52:29 (15 years ago)
Author:
uli
Message:

No need for IGrokSecurityView any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/widgets/table.py

    r4419 r4421  
    22"""
    33import grok
    4 from grok.interfaces import IGrokSecurityView
    54from hurry import yui
    65from zope.interface import Interface
     
    112111    grok.context(Interface)
    113112    grok.name('yuistatictables.js')
    114     grok.implements(IGrokSecurityView)
    115113
    116114    def render(self):
Note: See TracChangeset for help on using the changeset viewer.