This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from zope.component import adapts | |
from Products.Archetypes.interfaces import IObjectPostValidation | |
from Products.PythonScripts.standard import html_quote | |
from Products.CMFCore.utils import getToolByName | |
from Products.statusmessages.interfaces import IStatusMessage | |
from aeau.contenttypes import contenttypesMessageFactory as _ | |
from aeau.contenttypes.interfaces import ISoci | |
from Acquisition import aq_inner | |
from Acquisition import aq_parent |