[Zope-Checkins] CVS: Zope/lib/python/OFS - History.py:1.13

Andreas Jung andreas@digicool.com
Mon, 11 Mar 2002 10:31:02 -0500


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv15429/lib/python/OFS

Modified Files:
	History.py 
Log Message:
string module free zone


=== Zope/lib/python/OFS/History.py 1.12 => 1.13 ===
 
 def html_diff(s1, s2):
-    from string import split
     a=s1.split('\n')
     b=s2.split('\n')
     cruncher=difflib.SequenceMatcher()