2 Jan
2002
2 Jan
'02
10:42 p.m.
Casey Duncan wrote:
So the following things don't work:
from Products.Formulator.Form import FormValidationError
Either Martijn or you need to add the following lines to a Product __init__.py somewhere: from AccessControl import ModuleSecurityInfo ModuleSecurityInfo('Products').declarePublic('Formulator') ModuleSecurityInfo('Products.Formulator').declarePublic('Form') ModuleSecurityInfo('Products.Formulator.Form').declarePublic('FormValidationError') Cheers, Evan @ Zope