diff -r eb118ed5cbe0 -r 8b4e6bd0aa92 IDEFrame.py --- a/IDEFrame.py Thu May 30 11:43:46 2013 +0200 +++ b/IDEFrame.py Thu May 30 11:52:42 2013 +0200 @@ -23,7 +23,7 @@ from editors.DataTypeEditor import DataTypeEditor from PLCControler import * from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, SearchResultPanel -from controls.DebugVariablePanel.DebugVariablePanel import DebugVariablePanel +from controls.DebugVariablePanel import DebugVariablePanel from dialogs import ProjectDialog, PouDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog, SearchInProjectDialog from util.BitmapLibrary import GetBitmap