@@ -7,5 +7,6 @@ import cStringIO s=cStringIO.StringIO() r=Renderer() r.Write(doc,s) return s.getvalue() +