Commit 5c801ecc authored by Gintautas Miliauskas's avatar Gintautas Miliauskas

Removed trailing whitespace.

parent 00603780
...@@ -87,7 +87,7 @@ def persistent_id(object): ...@@ -87,7 +87,7 @@ def persistent_id(object):
if getattr(object, '__class__', 0) is not PersistentReference: if getattr(object, '__class__', 0) is not PersistentReference:
return None return None
return object.data return object.data
_unresolvable = {} _unresolvable = {}
def tryToResolveConflict(self, oid, committedSerial, oldSerial, newpickle, def tryToResolveConflict(self, oid, committedSerial, oldSerial, newpickle,
committedData=''): committedData=''):
...@@ -107,7 +107,7 @@ def tryToResolveConflict(self, oid, committedSerial, oldSerial, newpickle, ...@@ -107,7 +107,7 @@ def tryToResolveConflict(self, oid, committedSerial, oldSerial, newpickle,
else: else:
klass = meta klass = meta
newargs = () newargs = ()
if klass in _unresolvable: if klass in _unresolvable:
return None return None
......
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