source: products/qPloneCaptchas/tags/0.9/CaptchaTool.py @ 458

Last change on this file since 458 was 1, checked in by myroslav, 18 years ago

Building directory structure

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