mercurial/mdiff.py
changeset 127 44538462d3c8
parent 125 8913e13196e1
child 170 e6c621a825f2
--- a/mercurial/mdiff.py
+++ b/mercurial/mdiff.py
@@ -1,5 +1,6 @@
 #!/usr/bin/python
-import difflib, struct, mmap, mpatchs
+import difflib, struct, mmap
+from mercurial.mpatch import *
 
 def unidiff(a, ad, b, bd, fn):
     if not a and not b: return ""