Log message for revision 37536:
Added transaction.get() to BBBTransaction.
Changed:
U CMF/branches/1.5/CMFCore/utils.py
-=-
Modified: CMF/branches/1.5/CMFCore/utils.py
===================================================================
--- CMF/branches/1.5/CMFCore/utils.py 2005-07-28 22:37:32 UTC (rev 37535)
+++ CMF/branches/1.5/CMFCore/utils.py 2005-07-29 09:56:48 UTC (rev 37536)
@@ -730,4 +730,7 @@
def abort(self, sub=False):
get_transaction().abort(sub)
+ def get(self):
+ return get_transaction()
+
transaction = BBBTransaction()
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins