diff -r d8783c0c7d80 -r 59c196884fec IDEFrame.py --- 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