# HG changeset patch # User Pierre-Yves David # Date 2015-05-18 21:22:15 # Node ID a363c058872a57706b0ce28f1ac2010a6888926f # Parent 59d794154e8ddd2d770e6d1ab9c936ed9d0e6954 patchbomb: stop explicit import required by Python 2.4 Ding Dong, the witch is dead! diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -59,10 +59,6 @@ You can set patchbomb to always ask for import os, errno, socket, tempfile, cStringIO import email -# On python2.4 you have to import these by name or they fail to -# load. This was not a problem on Python 2.7. -import email.Generator -import email.MIMEMultipart from mercurial import cmdutil, commands, hg, mail, patch, util from mercurial import scmutil