PLCOpenEditor.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1872 866fb3ab8778
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    43     EDITMENU, \
    43     EDITMENU, \
    44     DISPLAYMENU, \
    44     DISPLAYMENU, \
    45     PROJECTTREE, \
    45     PROJECTTREE, \
    46     POUINSTANCEVARIABLESPANEL, \
    46     POUINSTANCEVARIABLESPANEL, \
    47     LIBRARYTREE, \
    47     LIBRARYTREE, \
    48     PAGETITLES
    48     PAGETITLES, \
    49 from IDEFrame import EncodeFileSystemPath, DecodeFileSystemPath
    49     DecodeFileSystemPath
    50 from editors.Viewer import Viewer
    50 from editors.Viewer import Viewer
    51 from PLCControler import PLCControler
    51 from PLCControler import PLCControler
    52 from dialogs import ProjectDialog
    52 from dialogs import ProjectDialog
    53 from dialogs.AboutDialog import ShowAboutDialog
    53 from dialogs.AboutDialog import ShowAboutDialog
    54 
    54