diff -r 56b48961cc68 -r 0f1081928d65 xmlclass/xmlclass.py --- a/xmlclass/xmlclass.py Thu Sep 28 12:20:40 2017 +0300 +++ b/xmlclass/xmlclass.py Thu Sep 28 15:17:57 2017 +0300 @@ -31,10 +31,11 @@ from types import * from xml.dom import minidom from xml.sax.saxutils import escape, unescape, quoteattr -from lxml import etree from new import classobj from collections import OrderedDict +from lxml import etree + def CreateNode(name): node = minidom.Node()