Fixing bug that prevent to define a directly declared array type for a variable in VariablePanel
--- 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