src/cm/utils/diff.py
changeset 251 3eb5299e8085
parent 250 cae2de810f77
--- 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'):