2 Oct
2001
2 Oct
'01
9:38 p.m.
Thanks Stefan, do you mean I should write
app.get_transaction().commit()
Cheers --Gilles
import Zope app = Zope.app() dir(app) [..., 'accessrule',...] # Thought it was deleted !!!
Did I miss something ? Is there a "commit" like to do before quitting python?
Yep, it's called get_transaction().commit()
setting SUPPRESS_ACCESSRULE in the start script will disable the access rules as well, BTW
Stefan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )