Fixing bug that prevent to define a directly declared array type for a variable in VariablePanel
authorlaurent
Fri, 18 Nov 2011 17:40:40 +0100
changeset 591 4d6719c51f05
parent 590 b2442bb10c0b
child 592 89ff2738ef20
Fixing bug that prevent to define a directly declared array type for a variable in VariablePanel
controls/VariablePanel.py
--- a/controls/VariablePanel.py	Fri Nov 18 17:39:12 2011 +0100
+++ b/controls/VariablePanel.py	Fri Nov 18 17:40:40 2011 +0100
@@ -29,7 +29,7 @@
 
 from plcopen.structures import LOCATIONDATATYPES, TestIdentifier, IEC_KEYWORDS
 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD
-from dialogs import ArrayTypeDialog
+from dialogs.ArrayTypeDialog import ArrayTypeDialog
 from CustomGrid import CustomGrid
 from LocationCellEditor import LocationCellEditor