fix import of message factory

This commit is contained in:
Frédéric Péters 2011-10-07 17:02:33 -04:00
parent bebeefc7e2
commit bd60e4c5b5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from plone.formwidget.captcha.validator import CaptchaValidator
from zope.schema.interfaces import IContextSourceBinder
from zope.schema.vocabulary import SimpleVocabulary
from tabellio.agenda.interfaces import MessageFactory as _
from tabellio.contact.interfaces import MessageFactory as _
class IContactForm(interface.Interface):