hgext/notify.py
changeset 19810 c80feeb715d1
parent 19792 efee1f35fcae
child 20667 e96e9f805c19
--- a/hgext/notify.py	Fri Sep 20 09:16:07 2013 -0400
+++ b/hgext/notify.py	Tue Sep 24 15:10:32 2013 -0400
@@ -134,6 +134,9 @@
 '''
 
 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, templater, util, mail
 import fnmatch