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

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- tools/python/xen/xm/create.py
0
++ tools/python/xen/xm/create.py
Lines 1538-1543 Link Here
1538
            SXPPrettyPrint.prettyprint(config)
1538
            SXPPrettyPrint.prettyprint(config)
1539
1539
1540
        if opts.vals.xmldryrun and serverType == SERVER_XEN_API:
1540
        if opts.vals.xmldryrun and serverType == SERVER_XEN_API:
1541
            import xml
1542
            if hasattr(xml, "use_pyxml"):
1543
                xml.use_pyxml()
1541
            from xml.dom.ext import PrettyPrint as XMLPrettyPrint
1544
            from xml.dom.ext import PrettyPrint as XMLPrettyPrint
1542
            XMLPrettyPrint(doc)
1545
            XMLPrettyPrint(doc)
1543
1546

Return to bug 367735