PLCOpenEditor.py
changeset 1834 cd42b426028b
parent 1832 0f1081928d65
child 1847 6198190bc121
--- a/PLCOpenEditor.py	Thu Sep 28 16:25:05 2017 +0300
+++ b/PLCOpenEditor.py	Thu Sep 28 17:20:31 2017 +0300
@@ -34,6 +34,7 @@
 import version
 import util.paths as paths
 import util.ExceptionHandler
+from util.misc import InstallLocalRessources
 from IDEFrame import IDEFrame, AppendMenu
 from IDEFrame import \
     TITLE, \
@@ -50,7 +51,6 @@
 from PLCControler import PLCControler
 from dialogs import ProjectDialog
 from dialogs.AboutDialog import ShowAboutDialog
-from util.misc import InstallLocalRessources
 
 
 # -------------------------------------------------------------------------------