Ignore:
Timestamp:
Oct 23, 2012 12:10:14 PM (12 years ago)
Author:
vmaksymiv
Message:

PPP fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.z3cform.captcha/trunk/quintagroup/z3cform/captcha/__init__.py

    r2215 r3570  
    1 from field import Captcha 
    2 from widget import CaptchaWidget 
    3 from widget import CaptchaWidgetFactory 
     1from quintagroup.z3cform.catpcha import field 
     2from quintagroup.z3cform.captcha import widget 
     3 
     4Captcha = field.Captcha 
     5CaptchaWidget = widget.CaptchaWidget 
     6CaptchaWidgetFactory = widget.CaptchaWidgetFactory 
Note: See TracChangeset for help on using the changeset viewer.