Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354421
Collapse All | Expand All

(-)DomRewriter.py (-2 / +2 lines)
Lines 78-84 Link Here
78
78
79
79
80
    def write(self,stream):
80
    def write(self,stream):
81
        from xml.dom.ext import PrettyPrint
81
        import xml.dom.minidom
82
        PrettyPrint(self.document,stream)
82
        stream.write(self.document.toxml("utf-8"))
83
83
84
# vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap:
84
# vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap:

Return to bug 354421