fix interfaces import for ICaptchaWidget; make demo captcha_form work.

svn path=/plone.formwidget.captcha/trunk/; revision=28637
This commit is contained in:
Timo Stollenwerk 2009-08-10 14:01:33 +00:00
parent 38fb57ef08
commit 4ea190686c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from zope.interface import Interface
from z3c.form import interfaces
class ICaptchaWidget(Interface):
class ICaptchaWidget(interfaces.IWidget):
"""Marker interface for the captcha widget
"""