diff -r 8b4e6bd0aa92 -r fc0e7d80494f controls/DebugVariablePanel/DebugVariableTablePanel.py --- a/controls/DebugVariablePanel/DebugVariableTablePanel.py Thu May 30 11:52:42 2013 +0200 +++ b/controls/DebugVariablePanel/DebugVariableTablePanel.py Thu May 30 13:23:21 2013 +0200 @@ -29,10 +29,11 @@ from editors.DebugViewer import DebugViewer from controls import CustomGrid, CustomTable -from controls.DebugVariablePanel.DebugVariableItem import DebugVariableItem from dialogs.ForceVariableDialog import ForceVariableDialog from util.BitmapLibrary import GetBitmap +from DebugVariableItem import DebugVariableItem + def GetDebugVariablesTableColnames(): _ = lambda x : x return [_("Variable"), _("Value")]