fix import
authorraph
Thu, 15 Apr 2010 14:35:44 +0200
changeset 251 3eb5299e8085
parent 250 cae2de810f77
child 252 0f0a79f7f213
child 255 81842341dc5a
fix import
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'):