author | Augie Fackler <raf@durin42.com> |
Fri, 20 Sep 2013 10:15:51 -0400 | |
changeset 19789 | b054a241257d |
parent 19788 | c26690fe5f08 |
child 19790 | 53f16f4aff33 |
--- 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 _