dialogs/SearchInProjectDialog.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1881 091005ec69c4
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    21 #
    21 #
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    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 re
       
    27 import wx
    26 import wx
    28 from plcopen.plcopen import *
    27 from plcopen.plcopen import *
    29 from util.TranslationCatalogs import NoTranslate
    28 from util.TranslationCatalogs import NoTranslate
    30 
    29 
    31 # -------------------------------------------------------------------------------
    30 # -------------------------------------------------------------------------------