diff --git a/pym/cl_template.py b/pym/cl_template.py index f8127ec..8c6f7b9 100644 --- a/pym/cl_template.py +++ b/pym/cl_template.py @@ -19,6 +19,9 @@ import os import stat import re import xml.dom.minidom +import xml +if hasattr(xml,"use_pyxml"): + xml.use_pyxml() from xml import xpath import subprocess import types