mercurial/patch.py
changeset 19789 b054a241257d
parent 19513 9e8298a324ac
child 19810 c80feeb715d1
--- a/mercurial/patch.py	Fri Sep 20 10:15:37 2013 -0400
+++ b/mercurial/patch.py	Fri Sep 20 10:15:51 2013 -0400
@@ -6,7 +6,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-import cStringIO, email.Parser, os, errno, re, posixpath
+import cStringIO, email, os, errno, re, posixpath
 import tempfile, zlib, shutil
 
 from i18n import _