IDEFrame.py
changeset 1193 59c196884fec
parent 1188 63afb5833bd8
child 1198 8b4e6bd0aa92
--- a/IDEFrame.py	Wed May 29 12:51:31 2013 +0200
+++ b/IDEFrame.py	Wed May 29 22:27:20 2013 +0200
@@ -22,7 +22,8 @@
 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
 from editors.DataTypeEditor import DataTypeEditor
 from PLCControler import *
-from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, DebugVariablePanel, SearchResultPanel
+from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, SearchResultPanel
+from controls.DebugVariablePanel.DebugVariablePanel import DebugVariablePanel
 from dialogs import ProjectDialog, PouDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog, SearchInProjectDialog
 from util.BitmapLibrary import GetBitmap