Fix work with python 2.7.3 pyxml.

develop
Mike Hiretsky 12 years ago
parent 0ac464c846
commit 80ca6c0526

@ -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

Loading…
Cancel
Save