Commit 17eee26c authored by Andreas Jung's avatar Andreas Jung

string module free zone

parent e99d7fa4
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
############################################################################## ##############################################################################
"""Object Histories""" """Object Histories"""
__version__='$Revision: 1.12 $'[11:-2] __version__='$Revision: 1.13 $'[11:-2]
import Globals, ExtensionClass, difflib import Globals, ExtensionClass, difflib
from DateTime import DateTime from DateTime import DateTime
...@@ -225,7 +225,6 @@ def replace(x, xlo, xhi, y, ylo, yhi, r): ...@@ -225,7 +225,6 @@ def replace(x, xlo, xhi, y, ylo, yhi, r):
escape('\n'.join(rx2)), escape('\n'.join(ry2)))) escape('\n'.join(rx2)), escape('\n'.join(ry2))))
def html_diff(s1, s2): def html_diff(s1, s2):
from string import split
a=s1.split('\n') a=s1.split('\n')
b=s2.split('\n') b=s2.split('\n')
cruncher=difflib.SequenceMatcher() cruncher=difflib.SequenceMatcher()
......
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