[Zodb-checkins]
SVN: ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/Blob.py
Fix typo.
Chris McDonough
chrism at plope.com
Fri Mar 25 01:56:37 EST 2005
Log message for revision 29678:
Fix typo.
Changed:
U ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/Blob.py
-=-
Modified: ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/Blob.py
===================================================================
--- ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/Blob.py 2005-03-25 05:00:24 UTC (rev 29677)
+++ ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/Blob.py 2005-03-25 06:56:37 UTC (rev 29678)
@@ -62,7 +62,7 @@
if self._p_blob_uncommitted is None:
# Create a new working copy
- self._p_blob_uncommitted = utils.mktmp()
+ self._p_blob_uncommitted = utils.mktemp()
uncommitted = BlobFile(self._p_blob_uncommitted, mode, self)
# NOTE: _p_blob data appears by virtue of Connection._setstate
utils.cp(file(self._p_blob_data), uncommitted)
More information about the Zodb-checkins
mailing list