mercurial/mdiff.py
changeset 249 619e775aa7f9
parent 241 afe895fcc0d0
child 264 4c1d7072d5cd
--- a/mercurial/mdiff.py	Sat Jun 04 13:45:31 2005 -0800
+++ b/mercurial/mdiff.py	Sat Jun 04 14:16:32 2005 -0800
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-import difflib, struct, mmap
+import difflib, struct
 from mercurial.mpatch import *
 
 def unidiff(a, ad, b, bd, fn):