hgext/notify.py
changeset 25203 d4ccc455c953
parent 25186 80c5b2666a96
child 25660 328739ea70c3
--- 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