Ignore:
Timestamp:
13 Nov 2014, 14:40:27 (10 years ago)
Author:
Henrik Bettermann
Message:

Change of name.

Location:
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/captcha.py

    r11254 r11949  
    2828from zope.interface import Interface
    2929from zope.publisher.interfaces.http import IHTTPRequest
    30 from waeup.kofa.browser.layout import KofaPage
    31 from waeup.kofa.browser.interfaces import (
     30from waeup.ikoba.browser.layout import IkobaPage
     31from waeup.ikoba.browser.interfaces import (
    3232    ICaptchaRequest, ICaptchaResponse, ICaptcha, ICaptchaConfig,
    3333    ICaptchaManager)
    34 from waeup.kofa.interfaces import IUniversity
     34from waeup.ikoba.interfaces import IUniversity
    3535
    3636#
     
    171171    """ReCaptcha - strong captchas with images, sound, etc.
    172172
    173     This is the Kofa implementation to support captchas as provided by
     173    This is the Ikoba implementation to support captchas as provided by
    174174    http://www.google.com/recaptcha.
    175175
     
    266266            headers = {
    267267                "Content-type": "application/x-www-form-urlencoded",
    268                 "User-agent": "reCAPTCHA Python Kofa",
     268                "User-agent": "reCAPTCHA Python Ikoba",
    269269                }
    270270            )
     
    319319
    320320
    321 class CaptchaTestPage(KofaPage):
     321class CaptchaTestPage(IkobaPage):
    322322    # A test page to see a captcha in action
    323323    grok.name('captcha')
Note: See TracChangeset for help on using the changeset viewer.