# HG changeset patch # User Pierre-Yves David # Date 1431984256 18000 # Node ID d4ccc455c953c2994ef359e643b6c2a6cd563dcb # Parent a363c058872a57706b0ce28f1ac2010a6888926f notify: drop import required by Python 2.4 Toto, I've a feeling we're not in anno 2004 anymore. diff -r a363c058872a -r d4ccc455c953 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