[Zodb-checkins] CVS: Packages/bsddb3Storage - CommitLog.py:1.7
barry@digicool.com
barry@digicool.com
Mon, 9 Jul 2001 15:15:08 -0400 (EDT)
Update of /cvs-repository/Packages/bsddb3Storage/bsddb3Storage
In directory korak.digicool.com:/tmp/cvs-serv738
Modified Files:
CommitLog.py
Log Message:
__init__(): Initialize _fp instance variable to None.
--- Updated File CommitLog.py in package Packages/bsddb3Storage --
--- CommitLog.py 2001/04/24 03:32:50 1.6
+++ CommitLog.py 2001/07/09 19:15:08 1.7
@@ -122,6 +122,7 @@
# BAW: is our filename unique enough? Are we opening it up with too
# much or too little security?
self._unlink = 1
+ self._fp = None
if file is None:
# Create the file from scratch. We know the file has to be in the
# init state, so just go ahead and write the appropriate header.
--- Updated File CommitLog.py in package Packages/bsddb3Storage --
--- CommitLog.py 2001/04/24 03:32:50 1.6
+++ CommitLog.py 2001/07/09 19:15:08 1.7
@@ -122,6 +122,7 @@
# BAW: is our filename unique enough? Are we opening it up with too
# much or too little security?
self._unlink = 1
+ self._fp = None
if file is None:
# Create the file from scratch. We know the file has to be in the
# init state, so just go ahead and write the appropriate header.