Changeset 136:a2114cd4673c in documentViewer


Ignore:
Timestamp:
Jun 18, 2010, 2:23:20 PM (14 years ago)
Author:
casties
Branch:
default
Message:

fixed broken imports (silly me)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r135 r136  
    4444    """returns a string containing node as XML"""
    4545    buf = cStringIO.StringIO()
    46     Print(node, stream=buf, encoding=encoding)
     46    Ft.Xml.Domlette.Print(node, stream=buf, encoding=encoding)
    4747    s = buf.getvalue()
    4848    buf.close()
Note: See TracChangeset for help on using the changeset viewer.