projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb1447
)
...
author
Pierre
<ratinaud@univ-tlse2.fr>
Sun, 13 Jan 2013 21:03:48 +0000
(22:03 +0100)
committer
Pierre
<ratinaud@univ-tlse2.fr>
Sun, 13 Jan 2013 21:03:48 +0000
(22:03 +0100)
analysetxt.py
patch
|
blob
|
history
diff --git
a/analysetxt.py
b/analysetxt.py
index
db69d01
..
4770f6b
100644
(file)
--- 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()