PLCOpenEditor.py
changeset 1832 0f1081928d65
parent 1826 91796f408540
child 1834 cd42b426028b
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 
    26 
    27 from __future__ import print_function
    27 from __future__ import print_function
    28 import wx
       
    29 import os
    28 import os
    30 import sys
    29 import sys
    31 import getopt
    30 import getopt
    32 
    31 
       
    32 import wx
       
    33 
    33 import version
    34 import version
    34 import util.paths as paths
    35 import util.paths as paths
    35 import util.ExceptionHandler
    36 import util.ExceptionHandler
    36 
       
    37 from IDEFrame import IDEFrame, AppendMenu
    37 from IDEFrame import IDEFrame, AppendMenu
    38 from IDEFrame import \
    38 from IDEFrame import \
    39     TITLE, \
    39     TITLE, \
    40     EDITORTOOLBAR, \
    40     EDITORTOOLBAR, \
    41     FILEMENU, \
    41     FILEMENU, \