source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/Extensions/ping_googlesitemap.py @ 1593

Last change on this file since 1593 was 1593, checked in by mylan, 14 years ago

Add content from qPloneGoogleSitemaps. Fix all imports

  • Property svn:eol-style set to native
File size: 304 bytes
Line 
1from zope.event import notify
2from quintagroup.plonegooglesitemaps.events import AfterTransitionEvent
3
4def pingGoogleSitemap(stch):
5    notify(AfterTransitionEvent(stch.object,
6           stch.workflow, stch.old_state, stch.new_state,
7           stch.transition, stch.status, stch.kwargs))
8    return 0
9
Note: See TracBrowser for help on using the repository browser.