allow_module sample
from Products.PythonScripts.Utility import allow_module
# 使用を許可したいモジュールを列挙します。
allow_module('re')
allow_module('base64')
allow_module('string')
allow_module('sys')
| Last edited Sat, 09 Sep 2006 13:28:43 +0900 | Edit this page |