From: Pierre Date: Sun, 13 Jan 2013 21:03:48 +0000 (+0100) Subject: ... X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=4e4210c1d2693e0333371ea269c5967d736a9eae ... --- diff --git a/analysetxt.py b/analysetxt.py index db69d01..4770f6b 100644 --- a/analysetxt.py +++ b/analysetxt.py @@ -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()