PLCOpenEditor.py
changeset 5 f8652b073e84
parent 4 2de7fd952fdd
child 6 c8cf918ee7ea
equal deleted inserted replaced
4:2de7fd952fdd 5:f8652b073e84
     8 #Copyright (C): Edouard TISSERANT and Laurent BESSARD
     8 #Copyright (C): Edouard TISSERANT and Laurent BESSARD
     9 #
     9 #
    10 #See COPYING file for copyrights details.
    10 #See COPYING file for copyrights details.
    11 #
    11 #
    12 #This library is free software; you can redistribute it and/or
    12 #This library is free software; you can redistribute it and/or
    13 #modify it under the terms of the GNU Lesser General Public
    13 #modify it under the terms of the GNU General Public
    14 #License as published by the Free Software Foundation; either
    14 #License as published by the Free Software Foundation; either
    15 #version 2.1 of the License, or (at your option) any later version.
    15 #version 2.1 of the License, or (at your option) any later version.
    16 #
    16 #
    17 #This library is distributed in the hope that it will be useful,
    17 #This library is distributed in the hope that it will be useful,
    18 #but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 #but WITHOUT ANY WARRANTY; without even the implied warranty of
    19 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    20 #Lesser General Public License for more details.
    20 #Lesser General Public License for more details.
    21 #
    21 #
    22 #You should have received a copy of the GNU Lesser General Public
    22 #You should have received a copy of the GNU General Public
    23 #License along with this library; if not, write to the Free Software
    23 #License along with this library; if not, write to the Free Software
    24 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    25 
    25 
    26 from wxPython.wx import *
    26 from wxPython.wx import *
    27 from wxPython.grid import *
    27 from wxPython.grid import *