Log message for revision 41573:
  Fix : transaction().abort() -> transaction.abort()

Changed:
  U   Zope/branches/2.9/lib/python/OFS/Application.py

-=-
Modified: Zope/branches/2.9/lib/python/OFS/Application.py
===================================================================
--- Zope/branches/2.9/lib/python/OFS/Application.py     2006-02-07 14:36:17 UTC 
(rev 41572)
+++ Zope/branches/2.9/lib/python/OFS/Application.py     2006-02-07 15:29:16 UTC 
(rev 41573)
@@ -857,7 +857,7 @@
                     list(Folder.Folder.__ac_permissions__)+new_permissions)
 
             if not doInstall():
-                transaction().abort()
+                transaction.abort()
             else:
                 transaction.get().note('Installed product '+product_name)
                 transaction.commit()

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to