PLCOpenEditor.py
changeset 1832 0f1081928d65
parent 1826 91796f408540
child 1834 cd42b426028b
--- a/PLCOpenEditor.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/PLCOpenEditor.py	Thu Sep 28 15:17:57 2017 +0300
@@ -25,15 +25,15 @@
 
 
 from __future__ import print_function
-import wx
 import os
 import sys
 import getopt
 
+import wx
+
 import version
 import util.paths as paths
 import util.ExceptionHandler
-
 from IDEFrame import IDEFrame, AppendMenu
 from IDEFrame import \
     TITLE, \