source:
products/qPloneGoogleSitemaps/tags/0.8.5/Extensions/ping_googlesitemap.py
Last change on this file was 458, checked in by fenix, 18 years ago | |
---|---|
File size: 302 bytes |
Line | |
---|---|
1 | from zope.event import notify |
2 | from Products.qPloneGoogleSitemaps.events import AfterTransitionEvent |
3 | |
4 | def 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.