MobileBlur

Artifact [8899891f0b]
Login

Artifact 8899891f0b57207816d25484272cf1665e63e547:


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()