# HG changeset patch # User raph # Date 1271334944 -7200 # Node ID 3eb5299e8085d772e459a90f8a5831a74f5fa715 # Parent cae2de810f7728f040aa4ccb1c66faa76ac2fe60 fix import diff -r cae2de810f77 -r 3eb5299e8085 src/cm/utils/diff.py --- a/src/cm/utils/diff.py Thu Apr 15 14:33:56 2010 +0200 +++ b/src/cm/utils/diff.py Thu Apr 15 14:35:44 2010 +0200 @@ -116,7 +116,7 @@ # -from ext.diff_match_patch import diff_match_patch +from cm.ext.diff_match_patch import diff_match_patch class diff_match_patch2(diff_match_patch): def diff_prettyHtml_one_way(self, diffs, way=False, mode='red'):