...
authorPierre <ratinaud@univ-tlse2.fr>
Sun, 13 Jan 2013 21:03:48 +0000 (22:03 +0100)
committerPierre <ratinaud@univ-tlse2.fr>
Sun, 13 Jan 2013 21:03:48 +0000 (22:03 +0100)
analysetxt.py

index db69d01..4770f6b 100644 (file)
@@ -166,11 +166,6 @@ class Alceste(AnalyseText) :
         self.dial.CenterOnParent()
         self.dialok = self.dial.ShowModal()
         if self.dialok == 5100 :
-            if self.dial.radio_1.GetSelection() == 0 :
-                lem = 1
-            else :
-                lem = 0
-            parametres['lem'] = lem
             parametres['classif_mode'] = self.dial.radio_box_2.GetSelection()
             parametres['tailleuc1'] = self.dial.spin_ctrl_1.GetValue()
             parametres['tailleuc2'] = self.dial.spin_ctrl_2.GetValue()