Templates/TemplateViewer.py

changeset 3539
0c2dc1446ebf
parent 3484
645c12de6b0c
child 3621
15f23ed3f216
diff -r 33a75660df08 -r 0c2dc1446ebf Templates/TemplateViewer.py
--- a/Templates/TemplateViewer.py	Sat Apr 26 10:06:49 2014 +0200
+++ b/Templates/TemplateViewer.py	Sat Apr 26 10:36:09 2014 +0200
@@ -741,7 +741,7 @@
                 for aline in txt.splitlines():
                     count = aline.find("i_n_s_e_r_t_i_o_n")
                     if count >= 0:
-                        txt = txt.replace("i_n_s_e_r_t_i_o_n",  "")
+                        txt = txt.replace("i_n_s_e_r_t_i_o_n", "")
                         if lines == 1:
                             count += index
                         else:
@@ -758,7 +758,7 @@
                 for aline in txt.splitlines():
                     posa = aline.find("s_e_l_e_c_t_s_t_a_r_t")
                     if posa >= 0:
-                        txt = txt.replace("s_e_l_e_c_t_s_t_a_r_t",  "")
+                        txt = txt.replace("s_e_l_e_c_t_s_t_a_r_t", "")
                         break
                     else:
                         linea += 1
@@ -766,7 +766,7 @@
                 for aline in txt.splitlines():
                     posb = aline.find("s_e_l_e_c_t_e_n_d")
                     if posb >= 0:
-                        txt = txt.replace("s_e_l_e_c_t_e_n_d",  "")
+                        txt = txt.replace("s_e_l_e_c_t_e_n_d", "")
                         break
                     else:
                         lineb += 1

eric ide

mercurial