File: interfaces.py

package info (click to toggle)
plone3 3.1.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 73,972 kB
  • ctags: 39,149
  • sloc: python: 209,481; xml: 25,065; sh: 1,395; makefile: 585; php: 129; lisp: 54
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
from zope.interface import Interface

class IScriptaculousEffectsCommands(Interface):
    '''effects commands'''
    def effect(selector, type):
        '''scriptaculous effect'''