author | Pierre-Yves David <pierre-yves.david@fb.com> |
Mon, 18 May 2015 16:24:16 -0500 | |
changeset 25203 | d4ccc455c953 |
parent 25202 | a363c058872a |
child 25204 | 0a48380b61fb |
hgext/notify.py | file | annotate | diff | comparison | revisions |
--- 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