plcopen/plcopen.py
changeset 1832 0f1081928d65
parent 1831 56b48961cc68
child 1837 c507c363625e
--- a/plcopen/plcopen.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/plcopen/plcopen.py	Thu Sep 28 15:17:57 2017 +0300
@@ -23,12 +23,14 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-from xmlclass import *
 from types import *
 import os
 import re
+from collections import OrderedDict
+
 from lxml import etree
-from collections import OrderedDict
+
+from xmlclass import *
 import util.paths as paths
 
 """