Mercurial > public > mercurial-scm > hg-stable
diff mercurial/patch.py @ 19789:b054a241257d
patch: correct import of email module
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 20 Sep 2013 10:15:51 -0400 |
parents | 9e8298a324ac |
children | c80feeb715d1 |
line wrap: on
line diff
--- 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 _