[Zope3-checkins] CVS: Zope3/src/zope/app/content - file.py:1.13.14.1
Jim Fulton
jim at zope.com
Fri Jan 16 10:44:02 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv19071/src/zope/app/content
Modified Files:
Tag: zope3-zodb3-devel-branch
file.py
Log Message:
Various changes to get tests passing.
=== Zope3/src/zope/app/content/file.py 1.13 => 1.13.14.1 ===
--- Zope3/src/zope/app/content/file.py:1.13 Tue Aug 26 14:17:18 2003
+++ Zope3/src/zope/app/content/file.py Fri Jan 16 10:43:31 2004
@@ -99,7 +99,7 @@
# Make sure we have an _p_jar, even if we are a new object, by
# doing a sub-transaction commit.
- get_transaction().savepoint()
+ get_transaction().commit(1)
jar = self._p_jar
More information about the Zope3-Checkins
mailing list