controls/VariablePanel.py
changeset 1953 5736d25bb393
parent 1951 bbd1e1744c91
child 1973 cc7a46953471
--- a/controls/VariablePanel.py	Tue Feb 20 11:24:40 2018 +0100
+++ b/controls/VariablePanel.py	Tue Feb 20 14:16:51 2018 +0100
@@ -32,6 +32,7 @@
 import wx.lib.buttons
 
 from plcopen.structures import LOCATIONDATATYPES, TestIdentifier, IEC_KEYWORDS, DefaultType
+from plcopen.VariableInfoCollector import _VariableInfos
 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
 from dialogs.ArrayTypeDialog import ArrayTypeDialog
 from controls.CustomGrid import CustomGrid
@@ -39,7 +40,6 @@
 from controls.LocationCellEditor import LocationCellEditor
 from util.BitmapLibrary import GetBitmap
 from util.TranslationCatalogs import NoTranslate
-from plcopen.VariableInfoCollector import _VariableInfos
 
 
 # -------------------------------------------------------------------------------