notify: drop import required by Python 2.4
authorPierre-Yves David <pierre-yves.david@fb.com>
Mon, 18 May 2015 16:24:16 -0500
changeset 25203 d4ccc455c953
parent 25202 a363c058872a
child 25204 0a48380b61fb
notify: drop import required by Python 2.4 Toto, I've a feeling we're not in anno 2004 anymore.
hgext/notify.py
--- 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