##// END OF EJS Templates
patch: remove email import workaround for Python 2.4...
Gregory Szorc -
r25644:c99f9715 default
parent child Browse files
Show More
@@ -9,10 +9,6 b''
9 9 import collections
10 10 import cStringIO, email, os, errno, re, posixpath, copy
11 11 import tempfile, zlib, shutil
12 # On python2.4 you have to import these by name or they fail to
13 # load. This was not a problem on Python 2.7.
14 import email.Generator
15 import email.Parser
16 12
17 13 from i18n import _
18 14 from node import hex, short
General Comments 0
You need to be logged in to leave comments. Login now