author | Laurent Bessard |
Mon, 15 Apr 2013 00:26:23 +0200 | |
changeset 1030 | d9e75a5b5f08 |
parent 1029 | 474484781eac |
child 1031 | 5743398071eb |
PLCOpenEditor.py | file | annotate | diff | comparison | revisions |
--- a/PLCOpenEditor.py Fri Apr 12 12:12:20 2013 +0200 +++ b/PLCOpenEditor.py Mon Apr 15 00:26:23 2013 +0200 @@ -82,6 +82,7 @@ from IDEFrame import EncodeFileSystemPath, DecodeFileSystemPath from editors.Viewer import Viewer from PLCControler import PLCControler +from dialogs import ProjectDialog #------------------------------------------------------------------------------- # PLCOpenEditor Main Class