##// END OF EJS Templates
notify: drop import required by Python 2.4...
Pierre-Yves David -
r25203:d4ccc455 default
parent child Browse files
Show More
@@ -134,9 +134,6 b' web.baseurl'
134 134 '''
135 135
136 136 import email, socket, time
137 # On python2.4 you have to import this by name or they fail to
138 # load. This was not a problem on Python 2.7.
139 import email.Parser
140 137 from mercurial.i18n import _
141 138 from mercurial import patch, cmdutil, util, mail
142 139 import fnmatch
General Comments 0
You need to be logged in to leave comments. Login now