# HG changeset patch # User Laurent Bessard # Date 1365978383 -7200 # Node ID d9e75a5b5f08e76ed0901b283c086b88b0092815 # Parent 474484781eacf7cea219f5103e878b94e385cdbf Fix bug when creating New project in PLCOpenEditor diff -r 474484781eac -r d9e75a5b5f08 PLCOpenEditor.py --- 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