controls/DebugVariablePanel/DebugVariableTablePanel.py
changeset 1199 fc0e7d80494f
parent 1198 8b4e6bd0aa92
child 1202 3d8c87ab2b5d
--- 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")]