Mercurial > hg-stable
changeset 19789:b054a241257d
patch: correct import of email module
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 20 Sep 2013 10:15:51 -0400 |
parents | c26690fe5f08 |
children | 53f16f4aff33 |
files | mercurial/patch.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 _