Commit 91213420 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Restricted Patch: Allow xfw module and xfw.FieldList Type

parent 569280b0
......@@ -267,6 +267,13 @@ allow_type(cStringIO.InputType)
allow_type(cStringIO.OutputType)
allow_module('xfw')
try:
import xfw
allow_type(xfw.FieldList)
except ImportError:
pass
ModuleSecurityInfo('cgi').declarePublic('escape', 'parse_header')
allow_module('datetime')
import datetime
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment