You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-apps/calculate-lib/files/calculate-lib-2.1.11-fix_xp...

15 lines
329 B

diff --git a/pym/cl_profile.py b/pym/cl_profile.py
index 5e57685..7c28b27 100644
--- a/pym/cl_profile.py
+++ b/pym/cl_profile.py
@@ -20,6 +20,9 @@ import cl_base
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