Commit e4a262d8 authored by Jim Fulton's avatar Jim Fulton

Added some lame text to locked_in_version for ZODB2 case. This is

needed since we now display the locked version.
parent 1acf1522
......@@ -117,7 +117,8 @@ class PersistentUtil:
oid=self._p_oid
return (oid
and Globals.VersionBase.locks.has_key(oid)
and Globals.VersionBase.verify_lock(oid))
and Globals.VersionBase.verify_lock(oid)
and 'some version')
def modified_in_version(self):
"""Was the object modified in this version?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment