Wednesday, 24 September 2014

Is there any way to edit XML file from restricted Python(PloneFormGen TTW script)



Is there any way to edit XML file from restricted Python(PloneFormGen TTW script) I was able to allow modules through



from AccessControl.SecurityInfo import ModuleSecurityInfo
ModuleSecurityInfo('xml.etree.ElementTree').declarePublic('ElementTree')


but I still can´t access the file.


No comments:

Post a Comment