[CMF-checkins] CVS: Products/DCWorkflow - Expression.py:1.10
Tres Seaver
tseaver@zope.com
Mon, 11 Feb 2002 11:12:56 -0500
Update of /cvs-repository/Products/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv32079
Modified Files:
Expression.py
Log Message:
- Fix typo.
=== Products/DCWorkflow/Expression.py 1.9 => 1.10 ===
'root': wf.getPhysicalRoot(),
'request': getattr( ob, 'REQUEST', None ),
- 'modules': SecrueModuleImporter,
+ 'modules': SecureModuleImporter,
'user': getSecurityManager().getUser(),
'state_change': sci,
'transition': sci.transition,