Commit 284ee586 authored by Tres Seaver's avatar Tres Seaver

Use new versions of buildout, RestrictedPython.

parent 3f31a425
......@@ -15,7 +15,6 @@ __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
......@@ -127,6 +126,7 @@ 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")
......
......@@ -5,7 +5,7 @@
# svn://svn.zope.org/repos/main/zope.release/trunk (2009-03-01)
[versions]
ClientForm = 0.2.10
RestrictedPython = 3.5.0
RestrictedPython = 3.5.1
ZConfig = 2.6.1
ZODB3 = 3.9.0a12
docutils = 0.5
......@@ -43,7 +43,7 @@ z3c.testing = 0.3.0
z3c.traverser = 0.2.4
z3c.viewtemplate = 0.4.0
z3c.zrtresource = 1.1.0
zc.buildout = 1.1.1
zc.buildout = 1.2.0
zc.catalog = 1.4.1
zc.datetimewidget = 0.6.1
zc.i18n = 0.6.1
......
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