IDEFrame.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1733 dea107dce0c4
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import os, sys
    25 import os
       
    26 import sys
    26 import cPickle
    27 import cPickle
    27 from types import TupleType
    28 from types import TupleType
    28 
    29 
    29 import wx, wx.grid
    30 import wx
       
    31 import wx.grid
    30 import wx.aui
    32 import wx.aui
    31 
    33 
    32 from editors.EditorPanel import EditorPanel
    34 from editors.EditorPanel import EditorPanel
    33 from editors.SFCViewer import SFC_Viewer
    35 from editors.SFCViewer import SFC_Viewer
    34 from editors.LDViewer import LD_Viewer
    36 from editors.LDViewer import LD_Viewer