root/qPloneCaptchas/tags/0.9/CaptchaTool.py

Revision 471 (checked in by crchemist, 2 years ago)

Added portal_captchas.

  • Property svn:eol-style set to native
Line 
1 from Products.Transience.Transience import TransientObjectContainer
2 from Globals import InitializeClass
3 class CaptchaTool(TransientObjectContainer):
4     """portal_captcha tool class
5     """
6
7 InitializeClass(CaptchaTool)
Note: See TracBrowser for help on using the browser.