dialogs/FindInPouDialog.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1740 b789b695b5c6
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    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 import wx
    26 import wx
    27 from plcopen.plcopen import *
    27 from plcopen.plcopen import *
       
    28 
    28 
    29 
    29 class FindInPouDialog(wx.Dialog):
    30 class FindInPouDialog(wx.Dialog):
    30 
    31 
    31     def _init_icon(self, parent):
    32     def _init_icon(self, parent):
    32         if parent and parent.icon:
    33         if parent and parent.icon: