[Zodb-checkins] CVS: Zope3/lib/python/Persistence - _persistent.py:1.1.2.10
Jeremy Hylton
jeremy@zope.com
Mon, 11 Feb 2002 20:37:53 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv19698
Modified Files:
Tag: Zope-3x-branch
_persistent.py
Log Message:
Replace another _p_atime with _p_time.
=== Zope3/lib/python/Persistence/_persistent.py 1.1.2.9 => 1.1.2.10 ===
dm.register(self)
- self._p_atime = int(time() % 86400)
+ self._p_time = int(time() % 86400)
return object.__setattr__(self, name, v)