File: help_ttwapi.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 (5 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
from zope import event
from zope.lifecycleevent import ObjectModifiedEvent

def objectModified(context):
    event.notify(ObjectModifiedEvent(context))