Ignore:
Timestamp:
Mar 22, 2010 4:17:09 PM (14 years ago)
Author:
liebster
Message:

Change import path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/content/CaptchaField.py

    r263 r1973  
    99from Products.PloneFormGen.content.fields import FGStringField 
    1010 
    11 from Products.qPloneCaptchaField.config import PROJECTNAME 
    12 from Products.qPloneCaptchaField.widgets.CaptchaWidget import CaptchaWidget 
     11from quintagroup.pfg.captcha.config import PROJECTNAME 
     12from quintagroup.pfg.captcha.widgets.CaptchaWidget import CaptchaWidget 
    1313 
    1414CAPTCHA_ID = 'key' 
Note: See TracChangeset for help on using the changeset viewer.