xmlclass/xmlclass.py
changeset 1832 0f1081928d65
parent 1831 56b48961cc68
child 1837 c507c363625e
--- 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()