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

Last change on this file since 3570 was 3570, checked in by vmaksymiv, 11 years ago

PPP fixes

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