[Zope-Checkins] CVS: Zope/lib/python/OFS - ndiff.py:1.3
Andreas Jung
andreas@digicool.com
Mon, 25 Feb 2002 10:32:33 -0500
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv20675/lib/python/OFS
Modified Files:
ndiff.py
Log Message:
fixed wrong string module replacement
=== Zope/lib/python/OFS/ndiff.py 1.2 => 1.3 ===
combined = map(lambda x,y: _combine[x+y], atags, btags)
print '-', aelt, '+', belt, '?', \
- ''.string.join(combined).rstrip()
+ ''.join(combined).rstrip()
else:
# the synch pair is identical
print ' ', aelt,