source: products/quintagroup.z3cform.captcha/trunk/quintagroup/z3cform/captcha/__init__.py @ 3572

Last change on this file since 3572 was 3572, checked in by vmaksymiv, 12 years ago

PPP fix, typo fix

File size: 167 bytes
Line 
1from quintagroup.z3cform.captcha import field, widget
2
3Captcha = field.Captcha
4CaptchaWidget = widget.CaptchaWidget
5CaptchaWidgetFactory = widget.CaptchaWidgetFactory
Note: See TracBrowser for help on using the repository browser.