From 4e4210c1d2693e0333371ea269c5967d736a9eae Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 13 Jan 2013 22:03:48 +0100 Subject: [PATCH] ... --- analysetxt.py | 5 ----- 1 file changed, 5 deletions(-) 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() -- 2.7.4