MobileBlur

Diff
Login

Differences From Artifact [8899891f0b]:

To Artifact [b8639d16f2]:


1
2
3
4
5
6
7
8
9
10
11

from    PropertySets    import  *
from    Elements    import  *
from    Styles      import  *
from    Renderer    import  *

def dumps(doc):
    import cStringIO
    s=cStringIO.StringIO()
    r=Renderer()
    r.Write(doc,s)
    return s.getvalue()












>
1
2
3
4
5
6
7
8
9
10
11
12
from    PropertySets    import  *
from    Elements    import  *
from    Styles      import  *
from    Renderer    import  *

def dumps(doc):
    import cStringIO
    s=cStringIO.StringIO()
    r=Renderer()
    r.Write(doc,s)
    return s.getvalue()