Hi,
its quite easy to allow the import of re in your scripts if you want. Just
put a directory with an __init__.py file in
lib/python/products that has the following content:
from Products.PythonScripts.Utility import allow_module
allow_module('re')
-- Elena