Commit bd4d5777 authored by Tres Seaver's avatar Tres Seaver

Unintended commit under previous message.

parent 284ee586
......@@ -15,6 +15,7 @@ __version__='$Revision: 1.12 $'[11:-2]
from DocumentTemplate.DT_Util import *
from DocumentTemplate.DT_String import String
from MimeWriter import MimeWriter
from cStringIO import StringIO
import mimetools
......@@ -126,7 +127,6 @@ class MIMETag:
def render(self, md):
from MimeWriter import MimeWriter # deprecated since Python 2.3!
contents=[]
IO = StringIO()
IO.write("Mime-Version: 1.0\n")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment