changeset 25203:d4ccc455c953

notify: drop import required by Python 2.4 Toto, I've a feeling we're not in anno 2004 anymore.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 18 May 2015 16:24:16 -0500
parents a363c058872a
children 0a48380b61fb
files hgext/notify.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/notify.py	Mon May 18 16:22:15 2015 -0500
+++ b/hgext/notify.py	Mon May 18 16:24:16 2015 -0500
@@ -134,9 +134,6 @@
 '''
 
 import email, socket, time
-# On python2.4 you have to import this by name or they fail to
-# load. This was not a problem on Python 2.7.
-import email.Parser
 from mercurial.i18n import _
 from mercurial import patch, cmdutil, util, mail
 import fnmatch