Commit 0e3feb21 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Xiaowu Zhang

Restricted Patch: Allow xfw module and xfw.FieldList Type

parent e4acfee5
......@@ -344,6 +344,13 @@ if six.PY2:
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')
import csv
allow_module('csv')
......
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